mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add logo into Transformer
This commit is contained in:
parent
cefa9db856
commit
5fdfa8c466
@ -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