We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364d9e1 commit 87ea6a9Copy full SHA for 87ea6a9
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