main
Ilham Wara Nugroho 2025-12-02 13:31:28 +07:00
parent cf36cb592b
commit 2b97e5fa21
1 changed files with 1 additions and 1 deletions

View File

@ -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],
]);
}