From 32e0084bc27e4a1769484de53942d2ab822f0964 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Mon, 11 Nov 2024 01:19:35 +0300 Subject: [PATCH] Update filters.md --- docs/en/docs/filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/filters.md b/docs/en/docs/filters.md index 390ba5da1..79457de3c 100644 --- a/docs/en/docs/filters.md +++ b/docs/en/docs/filters.md @@ -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;