|
@@ -65,16 +65,6 @@ class MoveMigrateFollowersPipeline implements ShouldQueue
|
|
|
return now()->addMinutes(15);
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * Get the middleware the job should pass through.
|
|
|
- *
|
|
|
- * @return array<int, object>
|
|
|
- */
|
|
|
- public function middleware(): array
|
|
|
- {
|
|
|
- return [new WithoutOverlapping($this->target)];
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* Execute the job.
|
|
|
*/
|