model = new AccountInfo($account); } public function info(): array { $response = $this->model->info(); $response['profileLink'] = $response['elyProfileLink']; unset($response['elyProfileLink']); $response['preferredLanguage'] = $response['lang']; unset($response['lang']); return $response; } }