This commit is contained in:
2023-04-26 15:15:19 +07:00
parent 83e3ff6345
commit 5c6e7f3122
2 changed files with 3 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ class MemberResource extends JsonResource
'corporate' => [
'code' => $this->currentPolicy?->corporate->code ?? null,
'name' => $this->currentPolicy?->corporate->name,
'welcome_message' => html_entity_decode($this->currentPolicy?->corporate->welcome_message),
'welcome_message' => $this->currentPolicy?->corporate->welcome_message,
'help_text' => $this->currentPolicy?->corporate?->help_text,
'avatar_url' => $this->currentpolicy?->corporate?->avatar_url
],