Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update AllowedFilter.php to include getFilterClass function (#909)
* Update AllowedFilter.php to include getFilterClass requires if you need to rebuild the filter on the fly * Update AllowedFilter.php -> getFilterClass return type
- Loading branch information
e365a94
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey guys
My custom AllowedFilter class derived from Spatie\QueryBuilder\AllowedFilter
my builds have failed because I haven't derieved it from SpatieFilter class.