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

Fix for Warning #791

Closed shaunluedeke closed 2 years ago

shaunluedeke commented 2 years ago

LOG.warning: str_contains(): Passing null to parameter

Fixes #754

shaunluedeke commented 2 years ago

LOG.warning: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\Users\Shaun\PhpstormProjects\smart-bi\vendor\spatie\laravel-query-builder\src\QueryBuilderRequest.php on line 57

freekmurze commented 2 years ago

Thanks!

shaunluedeke commented 2 years ago

Np