Skip to content

Commit bf4b126

Browse files
committed
fix: patch up v7.4 error
1 parent 3d3a6ee commit bf4b126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public static function loadConsole($externalCommands = [])
391391
}
392392
}
393393

394-
if (class_exists(class: 'Leaf\Queue')) {
394+
if (class_exists('Leaf\Queue')) {
395395
$externalCommands[] = \Leaf\Queue::commands();
396396
}
397397

0 commit comments

Comments
 (0)