mirror of
https://github.com/elyby/accounts.git
synced 2025-01-14 07:52:07 +05:30
54485b2271
Найдено и удалено немного мусора
8 lines
107 B
PHP
8 lines
107 B
PHP
<?php
|
|
return [
|
|
'bootstrap' => ['gii'],
|
|
'modules' => [
|
|
'gii' => 'yii\gii\Module',
|
|
],
|
|
];
|