-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.php
executable file
·30 lines (28 loc) · 1.05 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
<?php
/* AmiciInfotech
* Copyright (C) 2023 AmiciInfotech <[email protected]>
*
* 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 http://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 AmiciInfotech
* @package Amici_BannerSlider
* Copyright (c) 2023 AmiciInfotech (https://amiciinfotech.com/)
* @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0)
* @author AmiciInfotech <[email protected]>
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Amici_BannerSlider',
__DIR__
);