gogs 3 months ago
parent
commit
6a703460b9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/Jobs/LabelDealCsJob.php

+ 1 - 2
app/Jobs/LabelDealCsJob.php

@@ -26,11 +26,10 @@ class LabelDealCsJob implements ShouldQueue
      *
      * @return void
      */
-    public function __construct($data,$header,$id)
+    public function __construct($data,$header)
     {
         $this->data = $data;
         $this->header = $header;
-        $this->id = $id;
     }
 
     public function handle()