mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
修正控制器trait名称
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
namespace think;
|
namespace think;
|
||||||
|
|
||||||
T('controller/view');
|
T('controller/View');
|
||||||
T('controller/jump');
|
T('controller/Jump');
|
||||||
|
|
||||||
class Controller
|
class Controller
|
||||||
{
|
{
|
||||||
use \traits\controller\jump;
|
use \traits\controller\Jump;
|
||||||
use \traits\controller\view;
|
use \traits\controller\View;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 前置操作方法列表
|
* 前置操作方法列表
|
||||||
|
|||||||
Reference in New Issue
Block a user