spatie / laravel-query-builder

Easily build Eloquent queries from API requests
https://spatie.be/docs/laravel-query-builder
MIT License
4k stars 392 forks source link

Fix ability to filter models by an array as filter value #943

Closed inmula closed 2 months ago

inmula commented 2 months ago

In commit 9e68f80 filtering models by an array as a filter value was broken. This is confirmed by the tests that are failing: https://github.com/spatie/laravel-query-builder/actions/runs/9029978604/job/24813361498

This PR restores the original behaviour while keeping PHPstan happy.

freekmurze commented 2 months ago

Thanks!