Minor cleanup

This commit is contained in:
David Bomba 2022-11-30 16:37:20 +11:00
parent 448d3a2246
commit e68bdeb453

View File

@ -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){