mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-28 13:09:14 +08:00
Added debug to preload in advanced app template
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
return array(
|
||||
'preload' => array(
|
||||
//'debug',
|
||||
),
|
||||
'modules' => array(
|
||||
// 'debug' => array(
|
||||
// 'class' => 'yii\debug\Module',
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
return array(
|
||||
'preload' => array(
|
||||
//'debug',
|
||||
),
|
||||
'modules' => array(
|
||||
// 'debug' => array(
|
||||
// 'class' => 'yii\debug\Module',
|
||||
|
||||
Reference in New Issue
Block a user