diff --git a/README.MD b/README.MD index c75eda4..8881305 100644 --- a/README.MD +++ b/README.MD @@ -95,7 +95,7 @@ use Milebits\Eloquent\Filters\Concerns\Filterable; class Post extends Model{ use Filterable; - public array $filters = [ NameFilter::class, EnableFilter::class, ]; + public static array $filters = [ NameFilter::class, EnableFilter::class, ]; } ``` @@ -153,4 +153,4 @@ suggestions@os.milebits.com and mention the package you are willing to contribut If in any case while using this package, you encounter security issues or security vulnerabilities, please do report them as soon as possible by issuing an issue here in GitHub or by sending an email to security@os.milebits.com with the -mention **Vulnerability Report milebits/eloquent-filters** as your subject. \ No newline at end of file +mention **Vulnerability Report milebits/eloquent-filters** as your subject.