mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
Merge branch 'master' of https://github.com/top-think/framework
This commit is contained in:
@@ -20,9 +20,13 @@ class Controller
|
|||||||
{
|
{
|
||||||
use \traits\controller\Jump;
|
use \traits\controller\Jump;
|
||||||
|
|
||||||
// 视图类实例
|
/**
|
||||||
|
* @var \think\View 视图类实例
|
||||||
|
*/
|
||||||
protected $view;
|
protected $view;
|
||||||
// Request实例
|
/**
|
||||||
|
* @var \think\Request Request实例
|
||||||
|
*/
|
||||||
protected $request;
|
protected $request;
|
||||||
// 验证失败是否抛出异常
|
// 验证失败是否抛出异常
|
||||||
protected $failException = false;
|
protected $failException = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user