Skip to content

Commit 5c51240

Browse files
authored
Merge pull request #7735 from kenjis/fix-Toolbar-config
fix: wrong Config classname to config() in Toolbar
2 parents 6808cc3 + 246eba4 commit 5c51240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Debug/Toolbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public function prepare(?RequestInterface $request = null, ?ResponseInterface $r
365365
return;
366366
}
367367

368-
$toolbar = Services::toolbar(config(self::class));
368+
$toolbar = Services::toolbar(config(ToolbarConfig::class));
369369
$stats = $app->getPerformanceStats();
370370
$data = $toolbar->run(
371371
$stats['startTime'],

0 commit comments

Comments
 (0)