mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
exam user show is_done
This commit is contained in:
@@ -30,6 +30,8 @@ class ExamUserResource extends JsonResource
|
||||
'end' => format_datetime($this->end),
|
||||
'uid' => $this->uid,
|
||||
'exam_id' => $this->exam_id,
|
||||
'is_done' => $this->is_done,
|
||||
'is_done_text' => $this->is_done_text,
|
||||
'user' => new UserResource($this->whenLoaded('user')),
|
||||
'exam' => new ExamResource($this->whenLoaded('exam')),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user