spatie / laravel-query-builder

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

[PHP 8.2] Fix `${var}` string interpolation deprecation #779

Closed Ayesh closed 2 years ago

Ayesh commented 2 years ago

PHP 8.2 deprecates "${var}" string interpolation pattern. This fixes the only such occurrence in spatie/laravel-query-builder package.

freekmurze commented 2 years ago

Thanks!