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

<?php
/**
* Authors: Alex Gusev <alex@flancer64.com>
* Since: 2018
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
\Oreolek\MagentoLym\Config::MODULE,
__DIR__
);