Update AccountTransformer

pull/1830/head
Daniel Supernault 5 years ago
parent 71e77a8325
commit 3f0c45f601
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save