-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.php
21 lines (20 loc) · 1.46 KB
/
registration.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
*
* /$$$$$$$$ /$$ /$$$$$$ /$$
* |__ $$__/ | $$ /$$__ $$| $$
* | $$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ | $$ \ $$| $$ /$$$$$$ /$$ /$$
* | $$ /$$__ $$ /$$__ $$ /$$__ $$|_ $$_/ |____ $$ | $$$$$$$$| $$ /$$__ $$| $$ /$$/
* | $$| $$$$$$$$| $$ \__/| $$$$$$$$ | $$ /$$$$$$$ | $$__ $$| $$| $$$$$$$$ \ $$$$/
* | $$| $$_____/| $$ | $$_____/ | $$ /$$ /$$__ $$ | $$ | $$| $$| $$_____/ >$$ $$
* | $$| $$$$$$$| $$ | $$$$$$$ | $$$$/| $$$$$$$ | $$ | $$| $$| $$$$$$$ /$$/\ $$
* |__/ \_______/|__/ \_______/ \___/ \_______/ |__/ |__/|__/ \_______/|__/ \__/
*
* @copyright Copyright © 2017 Tereta Alexander, [email protected]. All rights reserved.
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'MagentoYo_Menu',
__DIR__
);