Skip to content

Commit 77077b9

Browse files
committed
Actually convert
Forget to remove the comment after testing ;)
1 parent 5b98fb4 commit 77077b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Barryvdh/Debugbar/LaravelDebugBar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public function collect()
576576

577577
// Remove all invalid (non UTF-8) characters
578578
array_walk_recursive($this->data, function(&$item){
579-
// $item = mb_convert_encoding($item, 'UTF-8', 'UTF-8');
579+
$item = mb_convert_encoding($item, 'UTF-8', 'UTF-8');
580580
});
581581

582582

0 commit comments

Comments
 (0)