From 5f1b37cc9eaab530e25e9e617f0b798567815fd2 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 2 Jun 2013 22:31:17 -0400 Subject: [PATCH] Implemented default controller namespace. --- config/main.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/main.php b/config/main.php index 9adfba6..054259e 100644 --- a/config/main.php +++ b/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',