소스 검색

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