1 | <?php |
||
2 | /** |
||
3 | * File: registration.php |
||
4 | * |
||
5 | * @author Maciej Sławik <[email protected]> |
||
6 | * Github: https://github.com/maciejslawik |
||
7 | */ |
||
8 | |||
9 | \Magento\Framework\Component\ComponentRegistrar::register( |
||
10 | \Magento\Framework\Component\ComponentRegistrar::MODULE, |
||
11 | 'MSlwk_ICatalogue', |
||
12 | __DIR__ |
||
13 | ); |
||
14 |