mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正
This commit is contained in:
@@ -80,7 +80,7 @@ class Redirect extends Response
|
|||||||
* 记住当前url后跳转
|
* 记住当前url后跳转
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function restore()
|
public function remember()
|
||||||
{
|
{
|
||||||
Session::set('redirect_url', Request::instance()->url());
|
Session::set('redirect_url', Request::instance()->url());
|
||||||
return $this;
|
return $this;
|
||||||
|
|||||||
Reference in New Issue
Block a user