mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Merge pull request #921 from turbo124/develop
Add logo to AccountTransformer
This commit is contained in:
commit
960236e90c
@ -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…
x
Reference in New Issue
Block a user