mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update AccountTransformer
This commit is contained in:
parent
71e77a8325
commit
3f0c45f601
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
|
|||
'website' => $profile->website,
|
||||
'local' => (bool) $local,
|
||||
'is_admin' => (bool) $is_admin,
|
||||
'created_at' => $profile->created_at->timestamp
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue