7 lines
171 B
PHP
7 lines
171 B
PHP
|
|
<?php
|
||
|
|
\Magento\Framework\Component\ComponentRegistrar::register(
|
||
|
|
\Magento\Framework\Component\ComponentRegistrar::MODULE,
|
||
|
|
'Shopkeeper_VendorNotes',
|
||
|
|
__DIR__
|
||
|
|
);
|