mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
update thinkphp/library/think/model/relation.php
修正 \traits\model\relation 路径
This commit is contained in:
@@ -14,5 +14,5 @@ namespace think\model;
|
|||||||
T('think/model/relation');
|
T('think/model/relation');
|
||||||
class Relation extends \think\model
|
class Relation extends \think\model
|
||||||
{
|
{
|
||||||
use \traits\think\model\relation;
|
use \traits\model\relation;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user