Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hicham-saddek committed Jun 22, 2021
2 parents d94c7f2 + e9d96fb commit ac20924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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, ];
}
```

Expand Down Expand Up @@ -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.
mention **Vulnerability Report milebits/eloquent-filters** as your subject.

0 comments on commit ac20924

Please sign in to comment.