mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 12:55:46 +00:00
Slash url
This commit is contained in:
@ -47,7 +47,7 @@ class LoginController extends Controller
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware('guest', ['except' => ['logout','postTwoFactorAuth','getTwoFactorAuth','getTwoFactorEnroll']]);
|
||||
\Session::put('backUrl', URL::previous());
|
||||
\Session::put('backUrl', \URL::previous());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user