Update AccountTransformer, re-add header_bg field. Fixes #1933

pull/1935/head
Daniel Supernault 6 years ago
parent 0307be567e
commit 121b258dbb
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -33,7 +33,8 @@ class AccountTransformer extends Fractal\TransformerAbstract
'website' => $profile->website,
'local' => (bool) $local,
'is_admin' => (bool) $is_admin,
'created_at' => $profile->created_at->timestamp
'created_at' => $profile->created_at->timestamp,
'header_bg' => $profile->header_bg
];
}

Loading…
Cancel
Save