Skip to content

Commit 246eba4

Browse files
committed
fix: wrong Config classname to config()
1 parent 6808cc3 commit 246eba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)