mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor cleanup
This commit is contained in:
parent
448d3a2246
commit
e68bdeb453
@ -110,11 +110,7 @@ class VendorTemplateEmail extends Mailable
|
|||||||
'whitelabel' => $this->vendor->user->account->isPaid() ? true : false,
|
'whitelabel' => $this->vendor->user->account->isPaid() ? true : false,
|
||||||
'logo' => $this->company->present()->logo($settings),
|
'logo' => $this->company->present()->logo($settings),
|
||||||
]);
|
]);
|
||||||
//->withSymfonyMessage(function ($message) {
|
|
||||||
// $message->getHeaders()->addTextHeader('Tag', $this->company->company_key);
|
|
||||||
// $message->invitation = $this->invitation;
|
|
||||||
//});
|
|
||||||
// ->tag($this->company->company_key);
|
|
||||||
|
|
||||||
// if(Ninja::isHosted() && $this->invitation){
|
// if(Ninja::isHosted() && $this->invitation){
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user