mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正 命名空间大小写
修正 扩展控制器目录位置
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Traits\Think\Model;
|
||||
namespace traits\think\model;
|
||||
|
||||
trait Extend {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Traits\Think\Model;
|
||||
namespace traits\think\model;
|
||||
|
||||
trait Query {
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Traits\Think\Model;
|
||||
namespace traits\think\model;
|
||||
|
||||
trait View {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user