penyesuaian ambil data submission ke created at

This commit is contained in:
Linksehat Staging Server
2024-02-11 07:19:18 +07:00
parent f8f9356d4d
commit 1e7468fc02
5 changed files with 36 additions and 28 deletions

View File

@@ -20,10 +20,11 @@ class RequestLogResource extends JsonResource
return [Str::slug($file->type, '_') => $file];
});
$provider = Organization::where('id', $this->organization_id)->first();
$data = [
'id' => $this->id,
'code' => $this->code,
'created_at' => $this->created_at,
'submission_date' => $this->submission_date,
'submission_date_fgl' => $this->approved_final_log_at,
'member_name' => $this->member->name,