gogs 3 сар өмнө
parent
commit
6a703460b9

+ 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()