Minor fixes for deleted company mail
This commit is contained in:
parent
202ab0357c
commit
641fd20ef2
1 changed files with 0 additions and 4 deletions
|
|
@ -50,10 +50,6 @@ class CompanyDeleted extends Mailable
|
|||
public function build()
|
||||
{
|
||||
App::forgetInstance('translator');
|
||||
|
||||
if($this->company)
|
||||
App::setLocale($this->company->getLocale());
|
||||
|
||||
$t = app('translator');
|
||||
$t->replace(Ninja::transformTranslations($this->settings));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue