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