penyesuaian ambil data submission ke created at
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user