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