浏览代码

Implemented default controller namespace.

Qiang Xue 12 年之前
父节点
当前提交
5f1b37cc9e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      config/main.php

+ 0 - 1
config/main.php

@@ -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',