Skip to content

Commit 4326a37

Browse files
committed
feat: register new commands
1 parent 721a228 commit 4326a37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Queue.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ public static function commands()
167167
return [
168168
\Leaf\Queue\Commands\DeleteJobCommand::class,
169169
\Leaf\Queue\Commands\GenerateJobCommand::class,
170+
\Leaf\Queue\Commands\QueueConfigCommand::class,
171+
\Leaf\Queue\Commands\QueueInstallCommand::class,
170172
\Leaf\Queue\Commands\QueuePauseCommand::class,
171173
\Leaf\Queue\Commands\QueueRunCommand::class,
172174
];

0 commit comments

Comments
 (0)