浏览代码

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);
         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.
      * Execute the job.
      */
      */