Browse Source

Fix MoveMigrateFollowersPipeline

Daniel Supernault 10 tháng trước cách đây
mục cha
commit
aff2545396
1 tập tin đã thay đổi với 0 bổ sung10 xóa
  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.
      */