fix(penilai):perbaikkan untuk penilaian unit apartement
This commit is contained in:
@@ -10,6 +10,7 @@ class PermohonanHistoryService
|
||||
public function createHistory(Permohonan $permohonan, string $status, ?string $keterangan, array $beforeRequest, array $afterRequest, ?string $filePath = null)
|
||||
{
|
||||
try {
|
||||
|
||||
$history = PermohonanHistory::create([
|
||||
'permohonan_id' => $permohonan->id,
|
||||
'status' => $status,
|
||||
|
||||
Reference in New Issue
Block a user