We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8395b7 commit 02b120aCopy full SHA for 02b120a
1 file changed
system/Debug/Toolbar.php
@@ -53,8 +53,11 @@ public function __construct(ToolbarConfig $config)
53
54
foreach ($config->collectors as $collector) {
55
if (! class_exists($collector)) {
56
- log_message('critical', 'Toolbar collector does not exists(' . $collector . ').' .
57
- 'please check $collectors in the Config\Toolbar.php file.');
+ log_message(
+ 'critical',
58
+ 'Toolbar collector does not exists(' . $collector . ').'
59
+ . ' please check $collectors in the app/Config/Toolbar.php file.'
60
+ );
61
62
continue;
63
}
0 commit comments