Skip to content

Commit 42962f2

Browse files
author
Arif Hoque
committed
make job command move to core framework
1 parent 943dfd2 commit 42962f2

File tree

2 files changed

+0
-119
lines changed

2 files changed

+0
-119
lines changed

src/Commands/MakeJobCommand.php

Lines changed: 0 additions & 117 deletions
This file was deleted.

src/QueueServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Doppar\Queue\Commands\QueueRetryCommand;
99
use Doppar\Queue\Commands\QueueFlushCommand;
1010
use Doppar\Queue\Commands\QueueFailedCommand;
11-
use Doppar\Queue\Commands\MakeJobCommand;
1211
use Doppar\Queue\Commands\QueueMonitorCommand;
1312

1413
class QueueServiceProvider extends ServiceProvider
@@ -39,7 +38,6 @@ public function boot(): void
3938
$this->commands([
4039
QueueRunCommand::class,
4140
QueueRetryCommand::class,
42-
MakeJobCommand::class,
4341
QueueFlushCommand::class,
4442
QueueFailedCommand::class,
4543
QueueMonitorCommand::class

0 commit comments

Comments
 (0)