-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistration.php
More file actions
31 lines (29 loc) · 824 Bytes
/
Copy pathregistration.php
File metadata and controls
31 lines (29 loc) · 824 Bytes
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
<?php
declare(strict_types=1);
/**
* Jscriptz LLC.
*
* NOTICE OF LICENSE
*
* This source file is subject to the EULA
* that is bundled with this package in the file LICENSE.
* It is also available through the web at this URL:
* https://mage.jscriptz.com/LICENSE.txt
*
********************************************************************
*
* PHP Version 8+
*
* @category Jscriptz
* @package Jscriptz_Subcats
* @author Jason Lotzer <jasonlotzer@gmail.com>
* @copyright 2019 - 2025 Jscriptz LLC
* @license https://mage.jscriptz.com/LICENSE.txt Proprietary
* @link https://mage.jscriptz.com
* @link https://mage.jscriptz.com
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Jscriptz_Subcats',
__DIR__
);