This commit is contained in:
2023-08-31 11:36:10 +07:00
parent 7df5586258
commit 8f74be633e
2 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ class ImportService{
}
}
$newRow = $this->makeRow($array);
// $this->writer->addRow($newRow);
$this->writer->addRow($newRow);
return $this;
}