update if data null

This commit is contained in:
2024-03-01 10:45:44 +07:00
parent e138e9553f
commit 7ff889919d

View File

@@ -865,7 +865,7 @@ class ClaimRequestController extends Controller
$payor = '-'; $payor = '-';
} }
if ($requestLogData){ if (!$requestLogData->isEmpty()){
foreach($requestLogData as $key => $data){ foreach($requestLogData as $key => $data){
$no++; $no++;
if ($key == 0){ if ($key == 0){