mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-09 16:12:49 +08:00
修正adv模型扩展
This commit is contained in:
@@ -16,6 +16,6 @@ T('model/query');
|
|||||||
|
|
||||||
class Adv extends \think\model
|
class Adv extends \think\model
|
||||||
{
|
{
|
||||||
use traits\model\adv;
|
use \traits\model\adv;
|
||||||
use traits\model\query;
|
use \traits\model\query;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user