mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
12 lines
134 B
PHP
12 lines
134 B
PHP
<?php
|
|
return [
|
|
'preload' => [
|
|
//'debug',
|
|
],
|
|
'modules' => [
|
|
// 'debug' => [
|
|
// 'class' => 'yii\debug\Module',
|
|
// ],
|
|
],
|
|
];
|