Skip to content

Commit

Permalink
Added debug to preload in advanced app template
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Sep 4, 2013
1 parent f877de1 commit df85be3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/advanced/environments/dev/backend/config/main-local.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php
return array(
'preload' => array(
//'debug',
),
'modules' => array(
// 'debug' => array(
// 'class' => 'yii\debug\Module',
Expand Down
3 changes: 3 additions & 0 deletions apps/advanced/environments/dev/frontend/config/main-local.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php
return array(
'preload' => array(
//'debug',
),
'modules' => array(
// 'debug' => array(
// 'class' => 'yii\debug\Module',
Expand Down

0 comments on commit df85be3

Please sign in to comment.