修正traits\controller\jump

This commit is contained in:
thinkphp
2015-12-24 12:33:51 +08:00
parent 1f593930af
commit 39e10c7ad7

View File

@@ -18,9 +18,6 @@ use think\Response;
trait Jump
{
// 视图类实例
protected $view = null;
/**
* 操作错误跳转的快捷方法
* @access public