Skip to content

Commit

Permalink
feat: register new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Sep 12, 2023
1 parent 721a228 commit 4326a37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ public static function commands()
return [
\Leaf\Queue\Commands\DeleteJobCommand::class,
\Leaf\Queue\Commands\GenerateJobCommand::class,
\Leaf\Queue\Commands\QueueConfigCommand::class,
\Leaf\Queue\Commands\QueueInstallCommand::class,
\Leaf\Queue\Commands\QueuePauseCommand::class,
\Leaf\Queue\Commands\QueueRunCommand::class,
];
Expand Down

0 comments on commit 4326a37

Please sign in to comment.