Implemented default controller namespace.

This commit is contained in:
Qiang Xue 2013-06-02 22:31:17 -04:00
parent e64644a2a9
commit 5f1b37cc9e

View File

@ -4,7 +4,6 @@ return array(
'id' => 'bootstrap',
'basePath' => dirname(__DIR__),
'preload' => array('log'),
'controllerNamespace' => 'app\controllers',
'modules' => array(
// 'debug' => array(
// 'class' => 'yii\debug\Module',