Implemented default controller namespace.
This commit is contained in:
parent
e64644a2a9
commit
5f1b37cc9e
@ -4,7 +4,6 @@ return array(
|
|||||||
'id' => 'bootstrap',
|
'id' => 'bootstrap',
|
||||||
'basePath' => dirname(__DIR__),
|
'basePath' => dirname(__DIR__),
|
||||||
'preload' => array('log'),
|
'preload' => array('log'),
|
||||||
'controllerNamespace' => 'app\controllers',
|
|
||||||
'modules' => array(
|
'modules' => array(
|
||||||
// 'debug' => array(
|
// 'debug' => array(
|
||||||
// 'class' => 'yii\debug\Module',
|
// 'class' => 'yii\debug\Module',
|
||||||
|
Loading…
Reference in New Issue
Block a user