1
0
Fork 0

Update AccountTransformer

This commit is contained in:
Daniel Supernault 2019-11-24 15:48:02 -07:00
parent 71e77a8325
commit 3f0c45f601
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -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
];
}