12 lines
275 B
PHP
12 lines
275 B
PHP
<?php
|
|
|
|
/**
|
|
* Copyright � 2016 Clarion Technologies. All rights reserved.
|
|
* See LICENSE.txt for license details.
|
|
*/
|
|
\Magento\Framework\Component\ComponentRegistrar::register(
|
|
\Magento\Framework\Component\ComponentRegistrar::MODULE,
|
|
'Edeclic_Maps',
|
|
__DIR__
|
|
);
|