1
0
Fork 0

Update AccountTransformer

This commit is contained in:
Daniel Supernault 2019-10-29 18:13:44 -06:00
parent d7455b8f95
commit d2a90f11a0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
'url' => $profile->url(),
'avatar' => $profile->avatarUrl(),
'website' => $profile->website,
'local' => (bool) $local,
'is_admin' => (bool) $is_admin,
];
}