generated from liutk/owl-admin-base
Fix
parent
90a3e9e6db
commit
ca889d288e
|
|
@ -23,6 +23,7 @@ class WorkflowCheckResource extends JsonResource
|
|||
'check_status_text' => $this->check_status?->text(),
|
||||
'checked_at' => $this->checked_at?->getTimestamp(),
|
||||
'check_remarks' => (string) $this->check_remarks,
|
||||
'employee' => EmployeeResource::collection($this->whenLoaded('employee')),
|
||||
'logs' => WorkflowLogResource::collection($this->whenLoaded('logs')),
|
||||
'subject_id' => $this->subject_id,
|
||||
'subject_type' => $this->subject_type,
|
||||
|
|
|
|||
Loading…
Reference in New Issue