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

Commit e2cd16c

Browse files
committed
Use newest version of Laravel.
1 parent a7edd5a commit e2cd16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Once you've implemented the above rule, only LDAP users that are apart of the `A
201201

202202
Scopes allow you to restrict which LDAP users are allowed to login to your application.
203203

204-
If you're familiar with Laravel's [Query Scopes](https://laravel.com/docs/5.4/eloquent#query-scopes),
204+
If you're familiar with Laravel's [Query Scopes](https://laravel.com/docs/5.7/eloquent#query-scopes),
205205
then these will feel very similar.
206206

207207
### Creating a Scope

0 commit comments

Comments
 (0)