فهرست منبع

Fix MoveMigrateFollowersPipeline

Daniel Supernault 10 ماه پیش
والد
کامیت
aff2545396
1فایلهای تغییر یافته به همراه0 افزوده شده و 10 حذف شده
  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.
      */