update
This commit is contained in:
@@ -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
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user