We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32affdb commit abfd038Copy full SHA for abfd038
src/Core.php
@@ -395,8 +395,8 @@ public static function loadConsole($externalCommands = [])
395
$externalCommands[] = \Leaf\Queue::commands();
396
}
397
398
- if (function_exists('billing')) {
399
- $externalCommands[] = billing()->commands();
+ if (class_exists('Leaf\Billing')) {
+ $externalCommands[] = \Leaf\Billing::commands();
400
401
402
foreach ($externalCommands as $command) {
0 commit comments