Browse Source

Update AccountTransformer

Daniel Supernault 6 years ago
parent
commit
138ce38a5e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Transformer/Api/AccountTransformer.php

+ 1 - 0
app/Transformer/Api/AccountTransformer.php

@@ -26,6 +26,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
 			'avatar_static' => $profile->avatarUrl(),
 			'header' => null,
 			'header_static' => null,
+			'header_bg' => $profile->header_bg,
 			'moved' => null,
 			'fields' => null,
 			'bot' => null,