mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
替换T函数
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
namespace think\model;
|
||||
|
||||
T('model/Relation');
|
||||
\think\Loader::import('model/Relation', TRAIT_PATH, EXT);
|
||||
|
||||
class Relation extends \think\Model
|
||||
{
|
||||
use \traits\model\Relation;
|
||||
|
||||
Reference in New Issue
Block a user