Initial commit: Vendor Sales Report Magento 2 module
This commit is contained in:
9
registration.php
Normal file
9
registration.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Shopkeeper VendorSalesReport Module Registration
|
||||
*/
|
||||
\Magento\Framework\Component\ComponentRegistrar::register(
|
||||
\Magento\Framework\Component\ComponentRegistrar::MODULE,
|
||||
'Shopkeeper_VendorSalesReport',
|
||||
__DIR__
|
||||
);
|
||||
Reference in New Issue
Block a user