mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
11 lines
131 B
PHP
11 lines
131 B
PHP
<?php
|
|
return [
|
|
'preload' => [
|
|
'debug',
|
|
],
|
|
'modules' => [
|
|
'debug' => 'yii\debug\Module',
|
|
'gii' => 'yii\gii\Module',
|
|
],
|
|
];
|