Skip to content

Commit 2323752

Browse files
committed
ReadMe updates
1 parent b6f187d commit 2323752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $users = User::filter([
108108
If you know what you are doing, you can probably just leave $allowedFilters as public property
109109

110110
```php
111-
protected array $allowedFilters = ['status', 'name', 'role'];
111+
public array $allowedFilters = ['status', 'name', 'role'];
112112
```
113113

114114
And also supports laravel paginate and simplePaginate

0 commit comments

Comments
 (0)