Remove locale from companydeleted mailable
This commit is contained in:
parent
bee623af75
commit
c507bc8203
|
|
@ -48,7 +48,6 @@ class CompanyDeleted extends Mailable
|
|||
*/
|
||||
public function build()
|
||||
{
|
||||
App::setLocale($this->company->getLocale());
|
||||
|
||||
return $this->from(config('mail.from.address'), config('mail.from.name'))
|
||||
->subject(ctrans('texts.company_deleted'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue