spatie / laravel-query-builder

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

Change self to static when creating query builder #819

Closed olliescase closed 1 year ago

olliescase commented 1 year ago

Fix for #797

fromRequest mixed static and self; this fixes to only use static

AlexVanderbist commented 1 year ago

Awesome, thanks!