use route name
This commit is contained in:
parent
5b7ac09a50
commit
a8edccd1c1
@ -21,6 +21,6 @@ class CanInstall
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Already installed, redirect to login
|
// Already installed, redirect to login
|
||||||
return redirect('auth/login');
|
return redirect()->route('login');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user