Skip to content

Commit e04901a

Browse files
kenjispaulbalandan
andauthored
fix: typo in log message
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
1 parent 02b120a commit e04901a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Debug/Toolbar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public function __construct(ToolbarConfig $config)
5555
if (! class_exists($collector)) {
5656
log_message(
5757
'critical',
58-
'Toolbar collector does not exists(' . $collector . ').'
59-
. ' please check $collectors in the app/Config/Toolbar.php file.'
58+
'Toolbar collector does not exist (' . $collector . ').'
59+
. ' Please check $collectors in the app/Config/Toolbar.php file.'
6060
);
6161

6262
continue;

0 commit comments

Comments
 (0)