Skip to content

Commit a417daf

Browse files
authored
Change local scope documentation link to master (#438)
1 parent 3fe85cd commit a417daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ QueryBuilder::for(User::class)
8787

8888
Sometimes more advanced filtering options are necessary. This is where scope filters, callback filters and custom filters come in handy.
8989

90-
Scope filters allow you to add [local scopes](https://laravel.com/docs/5.6/eloquent#local-scopes) to your query by adding filters to the URL.
90+
Scope filters allow you to add [local scopes](https://laravel.com/docs/master/eloquent#local-scopes) to your query by adding filters to the URL.
9191

9292
Consider the following scope on your model:
9393

0 commit comments

Comments
 (0)