We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe85cd commit a417dafCopy full SHA for a417daf
docs/features/filtering.md
@@ -87,7 +87,7 @@ QueryBuilder::for(User::class)
87
88
Sometimes more advanced filtering options are necessary. This is where scope filters, callback filters and custom filters come in handy.
89
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.
+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.
91
92
Consider the following scope on your model:
93
0 commit comments