Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit a715a50

Browse files
authored
Update scopes.md
1 parent 2edafc1 commit a715a50

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/auth/scopes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ Now that we've created our scope (`app/Scopes/AccountingScope.php`), we can inse
6464
```
6565

6666
Once you've inserted your scope into the configuration file, you will now only be able
67-
to authenticate with users that are a member of the `Accounting` group. All other
68-
users will be denied authentication to your app, even if their credentials
69-
are valid.
67+
to authenticate with users that are a member of the `Accounting` group.
68+
69+
All other users will be denied authentication to your app,
70+
even if their credentials are valid.
7071

7172
> **Note**: If you're caching your configuration files, make sure you run `php artisan config:clear`.

0 commit comments

Comments
 (0)