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