Fix MoveMigrateFollowersPipeline

pull/5289/head
Daniel Supernault 6 months ago
parent c76fb7ec34
commit aff2545396
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -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.
*/

Loading…
Cancel
Save