Commit f877de14 by Alexander Makarov

Removed DebugTarget reference from advanced app template configs

parent 8c7d0aeb
...@@ -5,13 +5,4 @@ return array( ...@@ -5,13 +5,4 @@ return array(
// 'class' => 'yii\debug\Module', // 'class' => 'yii\debug\Module',
// ), // ),
), ),
'components' => array(
'log' => array(
'targets' => array(
// array(
// 'class' => 'yii\log\DebugTarget',
// )
),
),
),
); );
...@@ -5,13 +5,4 @@ return array( ...@@ -5,13 +5,4 @@ return array(
// 'class' => 'yii\debug\Module', // 'class' => 'yii\debug\Module',
// ), // ),
), ),
'components' => array(
'log' => array(
'targets' => array(
// array(
// 'class' => 'yii\log\DebugTarget',
// )
),
),
),
); );
...@@ -14,6 +14,7 @@ return array( ...@@ -14,6 +14,7 @@ return array(
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'controllerNamespace' => 'frontend\controllers', 'controllerNamespace' => 'frontend\controllers',
'modules' => array( 'modules' => array(
'gii' => 'yii\gii\Module'
), ),
'components' => array( 'components' => array(
'db' => $params['components.db'], 'db' => $params['components.db'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment