Update AccountTransformer

This commit is contained in:
Daniel Supernault 2018-10-09 19:26:56 -06:00
parent bb4e63eb59
commit 25649c70cc
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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,