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 32e0084 commit 1a68ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ru/docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class QueryFilter extends Filter
> **Примечание.** Вы можете использовать одни и те же фильтры для разных моделей.

Для использования фильтров требуется подключить трейт `Orchid\Filter\Filterable` в вашу модель и передавать в функцию `filtersApply` массив классов:
Для использования фильтров требуется подключить трейт `Orchid\Filter\Filterable` в вашу модель и передавать в функцию `filters` массив классов:

```php
use App\Model;
Expand Down

0 comments on commit 1a68ef7

Please sign in to comment.