Merge pull request #921 from turbo124/develop
Add logo to AccountTransformer
This commit is contained in:
commit
960236e90c
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