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(),
'avatar' => $profile->avatarUrl(),
'avatar_static' => $profile->avatarUrl(),
'header' => '',
'header_static' => '',
'header' => null,
'header_static' => null,
'moved' => null,
'fields' => null,
'bot' => null,

Loading…
Cancel
Save