Skip to content

Commit 6f8f3a2

Browse files
committed
Fix wrong passed config
1 parent 1b2203e commit 6f8f3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Debug/Toolbar.php

+1-1
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)