Skip to content

Commit

Permalink
docs: added missing semicolon in redirection example
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-mcritchie authored Oct 23, 2024
1 parent 3a28772 commit 610b090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class AppServiceProvider extends ServiceProvider
return match($guard){
'custom-guard' => route('some.route'),
default => route('auth.login')
}
};
});
}
}
Expand Down

0 comments on commit 610b090

Please sign in to comment.