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
1 changed files with 2 additions and 2 deletions

View File

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