|
@@ -33,7 +33,8 @@ 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->timestamp,
|
|
|
|
+ 'header_bg' => $profile->header_bg
|
|
];
|
|
];
|
|
}
|
|
}
|
|
|
|
|