修正 命名空间大小写

This commit is contained in:
huangdijia
2015-01-24 09:32:35 +08:00
parent 5293985e90
commit 55adc28ac0
24 changed files with 29 additions and 29 deletions

View File

@@ -9,9 +9,9 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think;
use Think\View;
use Think\Transform;
namespace think;
use think\View;
use think\Transform;
class Controller {
// 视图类实例