mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 01:36:43 +00:00
Update AccountTransformer
This commit is contained in:
parent
5a75f1573e
commit
f5e4e468a2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
|
||||||
'website' => $profile->website,
|
'website' => $profile->website,
|
||||||
'local' => (bool) $local,
|
'local' => (bool) $local,
|
||||||
'is_admin' => (bool) $is_admin,
|
'is_admin' => (bool) $is_admin,
|
||||||
'created_at' => $profile->created_at->timestamp,
|
'created_at' => $profile->created_at->toJSON(),
|
||||||
'header_bg' => $profile->header_bg
|
'header_bg' => $profile->header_bg
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue