-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.php
32 lines (30 loc) · 1.03 KB
/
registration.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* MageINIC
* Copyright (C) 2023 MageINIC <support@mageinic.com>
*
* NOTICE OF LICENSE
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see https://opensource.org/licenses/gpl-3.0.html.
*
* Do not edit or add to this file if you wish to upgrade this extension to newer
* version in the future.
*
* @category MageINIC
* @package MageINIC_StorePickup
* @copyright Copyright (c) 2023 MageINIC (https://www.mageinic.com/)
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0)
* @author MageINIC <support@mageinic.com>
*/
use Magento\Framework\Component\ComponentRegistrar;
ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'MageINIC_StorePickup',
__DIR__
);