mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 14:52:47 +08:00
修正traits引入
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
namespace think\model;
|
||||
|
||||
T('model/view');
|
||||
class View extends \think\model
|
||||
T('model/View');
|
||||
class View extends \think\Model
|
||||
{
|
||||
use \traits\model\view;
|
||||
use \traits\model\View;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user