10 lines
237 B
PHP
10 lines
237 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Shopkeeper VendorSalesReport Module Registration
|
||
|
|
*/
|
||
|
|
\Magento\Framework\Component\ComponentRegistrar::register(
|
||
|
|
\Magento\Framework\Component\ComponentRegistrar::MODULE,
|
||
|
|
'Shopkeeper_VendorSalesReport',
|
||
|
|
__DIR__
|
||
|
|
);
|