update
parent
cf36cb592b
commit
2b97e5fa21
|
|
@ -39,7 +39,7 @@ public function model(array $row)
|
|||
'created_by' => $this->userId,
|
||||
'lokasi' => $row[1],
|
||||
'nama_perusahaan' => $row[3],
|
||||
'waktu' => transformDate($row[4]),
|
||||
'waktu' => $row[4],
|
||||
'hasil_pengawasan' => $row[5],
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue