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