update requeset

This commit is contained in:
2023-09-28 16:00:36 +07:00
parent 9b4579e8f1
commit 0fd79b8284
8 changed files with 73 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ class MemberResources extends JsonResource
{
return [
'id' => $this->id,
'codeRequest' => $this->code,
'memberId' => $this->member_id,
'fullName' => $this->full_name,
'division' => $this->division_name ?? '',