mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
|
||||
namespace think;
|
||||
|
||||
T('think/controller/view');
|
||||
T('controller/view');
|
||||
|
||||
class Controller
|
||||
{
|
||||
use \traits\think\controller\view;
|
||||
use \traits\controller\view;
|
||||
|
||||
/**
|
||||
* 控制器参数
|
||||
|
||||
Reference in New Issue
Block a user