Skip to content

Commit a3ee72a

Browse files
committed
Remove queue-manager.work
1 parent 9cdd030 commit a3ee72a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Providers/LaravelQueueManagerServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public function boot()
4949
$this->commands('queue-manager.generate-config');
5050
$this->commands('queue-manager.generate-queue');
5151
$this->commands('queue-manager.show-jobs');
52-
$this->commands('queue-manager.work');
5352

5453
\Queue::after(function(JobProcessed $event) {
5554
$nextQueues = $this->getNextQueues($event->job, 'onSuccess');

0 commit comments

Comments
 (0)