autolinking dan manual linking

This commit is contained in:
Linksehat Staging Server
2023-11-13 10:23:45 +07:00
parent 3a83f90ee3
commit db275c152d
5 changed files with 68 additions and 3 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->corporateLogo,
'corporate_logo' => $_ENV['LMS_APP_STORAGE'] . $this->corporateLogo,
'valid_until' => $this->members_expire_date,
];