mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
修正traits引入
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
namespace think\model;
|
||||
|
||||
T('model/relation');
|
||||
class Relation extends \think\model
|
||||
T('model/Relation');
|
||||
class Relation extends \think\Model
|
||||
{
|
||||
use \traits\model\relation;
|
||||
use \traits\model\Relation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user