Skip to content

Commit b09cddc

Browse files
Fix typo
1 parent c29eaa7 commit b09cddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ $user->hasPermissionTo('publish articles', 'admin');
673673
674674
> **Note**: When using other than the default `web` guard, you will need to declare which `guard_name` you wish each model to use by setting the `$guard_name` property in your model. One per model is simplest.
675675
676-
> **Note**: If your app uses only a single guard, but is not `web` then change the order of your listed guards in your `config/app.php` to list your primary guard as the default and as the first in the list of defined guards.
676+
> **Note**: If your app uses only a single guard, but is not `web` then change the order of your listed guards in your `config/auth.php` to list your primary guard as the default and as the first in the list of defined guards.
677677
678678
### Assigning permissions and roles to guard users
679679

0 commit comments

Comments
 (0)