Commit 3e6a7247 authored by FARDA ALAN MA'RUF's avatar FARDA ALAN MA'RUF

update import

parent 1ece4244
...@@ -38,12 +38,12 @@ class ImportDapodikGuru implements ToCollection, WithHeadingRow ...@@ -38,12 +38,12 @@ class ImportDapodikGuru implements ToCollection, WithHeadingRow
$row['idUser'] = $this->data['idUser']; $row['idUser'] = $this->data['idUser'];
$row['idPSekolah'] = $this->data['idPSekolah']; $row['idPSekolah'] = $this->data['idPSekolah'];
$row['idPPeriode'] = $this->data['idPPeriode']; $row['idPPeriode'] = $this->data['idPPeriode'];
$row['idPPStatus'] = $this->data['idPPStatus']; // $row['idPPStatus'] = $this->data['idPPStatus'];
// Dispatch job untuk memproses row // Dispatch job untuk memproses row
ImportDataJob::dispatch($row); ImportDataJob::dispatch($row);
} }
// $row['jenis'] = 'importGuruSplit'; // $row['jenis'] = 'importGuruSplit';
// $row['idUser'] = $this->data['idUser']; // $row['idUser'] = $this->data['idUser'];
// $row['idPSekolah'] = $this->data['idPSekolah']; // $row['idPSekolah'] = $this->data['idPSekolah'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment