This repository has been archived on 2022-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
magentolym/registration.php

11 lines
248 B
PHP
Raw Normal View History

2018-06-15 10:53:09 +03:00
<?php
/**
* Authors: Alex Gusev <alex@flancer64.com>
* Since: 2018
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
2018-07-07 00:39:14 +03:00
\Oreolek\MagentoLym\Config::MODULE,
2018-06-15 10:53:09 +03:00
__DIR__
2018-07-07 00:39:14 +03:00
);