Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvanhelden committed Nov 15, 2023
1 parent 90bfbe6 commit 00d7181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Http/Middleware/Authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Authenticate extends Middleware
*/
protected function redirectTo($request): ?string
{
if (! $request->expectsJson()) {
if (!$request->expectsJson()) {
return route('page.home');
}

Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00d7181

Please sign in to comment.