修正 命名空间大小写

修正 扩展控制器目录位置
This commit is contained in:
huangdijia
2015-01-23 13:42:46 +08:00
parent ffd08a8400
commit 399e7c6042
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Traits\Think\Model;
namespace traits\think\model;
define('EXISTS_VALIDATE',0);
define('MUST_VALIDATE',1);
define('VALUE_VALIDATE',2);

View File

@@ -9,7 +9,7 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Traits\Think\Model;
namespace traits\think\model;
trait Extend {

View File

@@ -9,7 +9,7 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Traits\Think\Model;
namespace traits\think\model;
trait Query {

View File

@@ -9,7 +9,7 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Traits\Think\Model;
namespace traits\think\model;
define('HAS_ONE',1);
define('BELONGS_TO',2);

View File

@@ -9,7 +9,7 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Traits\Think\Model;
namespace traits\think\model;
trait View {