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