We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05619f5 commit 5e0d224Copy full SHA for 5e0d224
src/QueryDataTable.php
@@ -766,7 +766,7 @@ protected function globalSearch($keyword)
766
protected function showDebugger(array $output)
767
{
768
$query_log = $this->connection->getQueryLog();
769
- array_walk_recursive($query_log, function (&$item, $key) {
+ array_walk_recursive($query_log, function (&$item) {
770
$item = utf8_encode($item);
771
});
772
0 commit comments