Update AccountTransformer, add website

This commit is contained in:
Daniel Supernault 2019-06-09 14:13:43 -06:00
parent f6e652223d
commit c694abc23a
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -30,7 +30,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
'moved' => null,
'fields' => null,
'bot' => null,
'website' => null,
'website' => $profile->website,
'software' => 'pixelfed',
'is_admin' => (bool) $is_admin
];