6 lines
172 B
PHP
6 lines
172 B
PHP
|
<?php
|
||
|
\Magento\Framework\Component\ComponentRegistrar::register(
|
||
|
\Magento\Framework\Component\ComponentRegistrar::MODULE,
|
||
|
'Retailcrm_Retailcrm',
|
||
|
__DIR__
|
||
|
);
|