mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 08:11:24 +05:30
8 lines
113 B
PHP
8 lines
113 B
PHP
|
<?php
|
||
|
return [
|
||
|
'bootstrap' => ['gii'],
|
||
|
'modules' => [
|
||
|
'gii' => \yii\gii\Module::class,
|
||
|
],
|
||
|
];
|