@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace LukeWaite\LaravelQueueAwsBatch\Console; |
13 | 13 | |
14 | -use Illuminate\Console\Command; |
|
15 | 14 | use Illuminate\Container\Container; |
16 | 15 | use Illuminate\Contracts\Cache\Repository; |
17 | 16 | use Illuminate\Foundation\Exceptions\Handler; |
@@ -115,6 +115,9 @@ |
||
115 | 115 | return $this->marshalJob($job->queue, $job); |
116 | 116 | } |
117 | 117 | |
118 | + /** |
|
119 | + * @param DatabaseJobRecord $job |
|
120 | + */ |
|
118 | 121 | protected function marshalJob($queue, $job) |
119 | 122 | { |
120 | 123 | $job = $this->markJobAsReserved($job); |