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