-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathregistration.php
More file actions
19 lines (19 loc) · 817 Bytes
/
registration.php
File metadata and controls
19 lines (19 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php declare(strict_types=1);
/**
* This source file is subject to the GNU General Public License (GNU version 3)
* It is available through the world-wide-web at this URL:
* https://www.gnu.org/licenses/gpl-3.0.en.html
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to sales@goivvy.com so we can send you a copy immediately.
*
* @component Goivvyllc_CSS
* @copyright Copyright (c) 2025 GOIVVY LLC (https://www.goivvy.com)
* @license https://www.gnu.org/licenses/gpl-3.0.en.html GNU General Public License version 3
* @author Goivvy.com <sales@goivvy.com>
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Goivvyllc_CSS',
__DIR__
);