Selaa lähdekoodia

Fix MoveMigrateFollowersPipeline

Daniel Supernault 10 kuukautta sitten
vanhempi
commit
aff2545396
1 muutettua tiedostoa jossa 0 lisäystä ja 10 poistoa
  1. 0 10
      app/Jobs/MovePipeline/MoveMigrateFollowersPipeline.php

+ 0 - 10
app/Jobs/MovePipeline/MoveMigrateFollowersPipeline.php

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