修正 命名空间大小写

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,8 +9,8 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think;
use Think\Exception;
namespace think;
use think\Exception;
class View {
protected $engine = null; // 模板引擎实例