barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
17.16k stars 1.55k forks source link

Use `substituteBindingsIntoRawSql` when is available on QueryCollector #1627

Closed erikn69 closed 4 weeks ago

erikn69 commented 3 months ago

Since Laravel 10.15(https://github.com/laravel/framework/pull/47507), this task can be performed natively Illuminate/Database/Query/Grammars/Grammar.php#L1388-L1424

When 9.x is removed in the future, can the entire foreach be removed?

barryvdh commented 4 weeks ago

Fixed with https://github.com/barryvdh/laravel-debugbar/pull/1648 but thanks!