mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
PSR规范调整
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
namespace think\model;
|
||||
|
||||
T('think/model/relation');
|
||||
class RelationModel extends \think\model {
|
||||
class RelationModel extends \think\model
|
||||
{
|
||||
use \traits\think\model\relation;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user