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