Skip to content

Commit

Permalink
Update filters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Nov 10, 2024
1 parent 4bc8b96 commit 32e0084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class EmailFilter extends Filter
```

To use filters in your own models,
you need to connect the trait `Orchid\Filters\Filterable` and pass an array of classes to the `filtersApply` function:
you need to connect the trait `Orchid\Filters\Filterable` and pass an array of classes to the `filters` function:

```php
use App\Model;
Expand Down

0 comments on commit 32e0084

Please sign in to comment.