This commit is contained in:
Ludovic CANDELLIER
2023-08-28 21:48:04 +02:00
parent 6f2a985edc
commit f85df32c67
11 changed files with 42 additions and 50 deletions

View File

@@ -15,7 +15,7 @@ class Authenticate extends Middleware
protected function redirectTo($request)
{
if (! $request->expectsJson()) {
return route('login');
return route('boilerplate.login');
}
}
}