We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9fa8f0 + 87ea6a9 commit afe3cb2Copy full SHA for afe3cb2
1 file changed
system/Debug/Toolbar/Collectors/Files.php
@@ -62,13 +62,13 @@ public function display(): array
62
63
if (strpos($path, 'SYSTEMPATH') !== false) {
64
$coreFiles[] = [
65
- 'name' => basename($file),
66
'path' => $path,
+ 'name' => basename($file),
67
];
68
} else {
69
$userFiles[] = [
70
71
72
73
}
74
0 commit comments