Skip to content

Commit 02b120a

Browse files
committed
fix: log message
1 parent b8395b7 commit 02b120a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

system/Debug/Toolbar.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ public function __construct(ToolbarConfig $config)
5353

5454
foreach ($config->collectors as $collector) {
5555
if (! class_exists($collector)) {
56-
log_message('critical', 'Toolbar collector does not exists(' . $collector . ').' .
57-
'please check $collectors in the Config\Toolbar.php file.');
56+
log_message(
57+
'critical',
58+
'Toolbar collector does not exists(' . $collector . ').'
59+
. ' please check $collectors in the app/Config/Toolbar.php file.'
60+
);
5861

5962
continue;
6063
}

0 commit comments

Comments
 (0)