mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
修正Query类 改进Response类 改进异常输出
This commit is contained in:
@@ -110,7 +110,7 @@ trait Jump
|
||||
*/
|
||||
public function redirect($url, $code = 301, $params = [])
|
||||
{
|
||||
Response::create('redirect')->data($url)->code($code)->params($params);
|
||||
return Response::create('redirect')->data($url)->code($code)->params($params);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user