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