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