Initial commit
This commit is contained in:
6
registration.php
Normal file
6
registration.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
\Magento\Framework\Component\ComponentRegistrar::register(
|
||||
\Magento\Framework\Component\ComponentRegistrar::MODULE,
|
||||
'Shopkeeper_VendorNotes',
|
||||
__DIR__
|
||||
);
|
||||
Reference in New Issue
Block a user