Skip to content

Commit

Permalink
Add return type for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Sep 28, 2024
1 parent c37b56c commit 4ec8a2f
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 @@ -127,7 +127,7 @@ class AuthServiceProvider extends ServiceProvider
{
// ...

public function boot()
public function boot(): void
{
Bartender::setUserModel(User::class);
}
Expand Down

0 comments on commit 4ec8a2f

Please sign in to comment.