1234567891011121314 |
- <?php
- /**
- * FecShop file.
- *
- * @link http://www.fecshop.com/
- * @copyright Copyright (c) 2016 FecShop Software LLC
- * @license http://www.fecshop.com/license/
- */
- return [
- 'mytest' => [
- 'class' => '\appfront\local\local_modules\Mytest\Module',
- ],
- ];
|