Add logo into Transformer
This commit is contained in:
parent
cefa9db856
commit
5fdfa8c466
1 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,8 @@ class AccountTransformer extends EntityTransformer
|
|||
'custom_label1' => $account->custom_label1,
|
||||
'custom_label2' => $account->custom_label2,
|
||||
'custom_value1' => $account->custom_value1,
|
||||
'custom_value2' => $account->custom_value2
|
||||
'custom_value2' => $account->custom_value2,
|
||||
'logo' => $account->logo,
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue