Show corret client/group/company logo on emails
This commit is contained in:
parent
7e3254076c
commit
ee8081750d
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class TemplateEmail extends Mailable
|
|||
'settings' => $settings,
|
||||
'company' => $company,
|
||||
'whitelabel' => $this->client->user->account->isPaid() ? true : false,
|
||||
'logo' => $this->company->present()->logo(),
|
||||
'logo' => $this->company->present()->logo($settings),
|
||||
])
|
||||
->withSwiftMessage(function ($message) use($company){
|
||||
$message->getHeaders()->addTextHeader('Tag', $company->company_key);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue