mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 10:27:18 +08:00
12 lines
151 B
PHP
12 lines
151 B
PHP
<?php
|
|
return array(
|
|
'preload' => array(
|
|
//'debug',
|
|
),
|
|
'modules' => array(
|
|
// 'debug' => array(
|
|
// 'class' => 'yii\debug\Module',
|
|
// ),
|
|
),
|
|
);
|