Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Apr 4, 2024
1 parent 1bc39d5 commit 43ab694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ class AuthServiceProvider extends ServiceProvider
}
```

If your application uses a `User` model outside the default `App\Models` namespace, you can set it using the `Bartender` facade:
If your application uses a `User` model outside the default `App\Models` namespace, you can set it using the `Bartender` facade.

> If your application uses the default Laravel `User` model in the `App\Models` namespace, skip this step.
```php
// app/Providers/AuthServiceProvider.php
Expand Down

0 comments on commit 43ab694

Please sign in to comment.