Update AccountTransformer

pull/503/head
Daniel Supernault 7 years ago
parent bb4e63eb59
commit 25649c70cc
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -23,8 +23,8 @@ class AccountTransformer extends Fractal\TransformerAbstract
'url' => $profile->url(), 'url' => $profile->url(),
'avatar' => $profile->avatarUrl(), 'avatar' => $profile->avatarUrl(),
'avatar_static' => $profile->avatarUrl(), 'avatar_static' => $profile->avatarUrl(),
'header' => '', 'header' => null,
'header_static' => '', 'header_static' => null,
'moved' => null, 'moved' => null,
'fields' => null, 'fields' => null,
'bot' => null, 'bot' => null,

Loading…
Cancel
Save