Added debug to preload in advanced app template

This commit is contained in:
Alexander Makarov
2013-09-04 16:18:15 +04:00
parent f877de144b
commit df85be3622
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
<?php
return array(
'preload' => array(
//'debug',
),
'modules' => array(
// 'debug' => array(
// 'class' => 'yii\debug\Module',

View File

@@ -1,5 +1,8 @@
<?php
return array(
'preload' => array(
//'debug',
),
'modules' => array(
// 'debug' => array(
// 'class' => 'yii\debug\Module',