19 lines
427 B
PHP
Executable File
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__
|
|
);
|