**Call to undefined function TsaiKoga\\PerformancePrinter\\Query\\str_replace_array()** I use Str::replaceArray instead of str_replace_array ``` use Illuminate\Support\Str; $sql_with_bindings = Str::replaceArray('?', $bindings, $query); ```
Call to undefined function TsaiKoga\PerformancePrinter\Query\str_replace_array()
I use Str::replaceArray instead of str_replace_array