Transformer fixes
This commit is contained in:
parent
1c54501e7b
commit
4de682994b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class UserAccountTransformer extends EntityTransformer
|
|||
'default_url' => SITE_URL,
|
||||
'plan' => $account->company->plan ?: '',
|
||||
'logo' => $account->logo ?: '',
|
||||
'logo_url' => $account->getLogoURL(),
|
||||
'logo_url' => $account->getLogoURL() ?: '',
|
||||
'currency_id' => (int) $account->currency_id,
|
||||
'timezone_id' => (int) $account->timezone_id,
|
||||
'date_format_id' => (int) $account->date_format_id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue