fix(penilai):perbaikkan untuk penilaian unit apartement

This commit is contained in:
majid
2025-03-17 13:05:43 +07:00
parent bbb0e006e7
commit 80c3eaa30a
6 changed files with 71 additions and 25 deletions

View File

@@ -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,