This commit is contained in:
thinkphp
2015-12-11 21:08:19 +08:00
parent 46c0f4fe84
commit ca86ee8007

View File

@@ -11,11 +11,11 @@
namespace think;
T('think/controller/view');
T('controller/view');
class Controller
{
use \traits\think\controller\view;
use \traits\controller\view;
/**
* 控制器参数