update error message

This commit is contained in:
Linksehat Staging Server
2023-11-13 09:00:13 +07:00
parent 6bd48241f0
commit 3a83f90ee3
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ class MemberResource extends JsonResource
'date_of_birth' => $this->birth_date,
'gender' => $this->gender,
'start_date' => $this->members_effective_date,
'corporate_logo' => $this->full_name,
'corporate_logo' => $this->corporateLogo,
'valid_until' => $this->members_expire_date,
];