We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f187d commit 2323752Copy full SHA for 2323752
README.md
@@ -108,7 +108,7 @@ $users = User::filter([
108
If you know what you are doing, you can probably just leave $allowedFilters as public property
109
110
```php
111
-protected array $allowedFilters = ['status', 'name', 'role'];
+public array $allowedFilters = ['status', 'name', 'role'];
112
```
113
114
And also supports laravel paginate and simplePaginate
0 commit comments