Files
2017-11-14 15:04:59 +01:00

19 lines
427 B
PHP
Executable File

<?php
/**
* Solwin Infotech
* Solwin ScrolltoTop Extension
*
* @category Solwin
* @package Solwin_ScrolltoTop
* @copyright Copyright © 2006-2016 Solwin (https://www.solwininfotech.com)
* @license https://www.solwininfotech.com/magento-extension-license/
*/
?>
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Solwin_ScrolltoTop',
__DIR__
);