27 lines
760 B
PHP
Executable File
27 lines
760 B
PHP
Executable File
<?php
|
|
/**
|
|
* GiaPhuGroup Co., Ltd.
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the GiaPhuGroup.com license that is
|
|
* available through the world-wide-web at this URL:
|
|
* https://www.giaphugroup.com/LICENSE.txt
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade this extension to newer
|
|
* version in the future.
|
|
*
|
|
* @category PHPCuong
|
|
* @package PHPCuong_CustomCronJob
|
|
* @copyright Copyright (c) 2019-2020 GiaPhuGroup Co., Ltd. All rights reserved. (http://www.giaphugroup.com/)
|
|
* @license https://www.giaphugroup.com/LICENSE.txt
|
|
*/
|
|
|
|
\Magento\Framework\Component\ComponentRegistrar::register(
|
|
\Magento\Framework\Component\ComponentRegistrar::MODULE,
|
|
'IpSupply_CustomerErp',
|
|
__DIR__
|
|
);
|