issue #5908 fixed
This commit is contained in:
parent
2bf7f00393
commit
5d557e5b43
|
|
@ -244,8 +244,12 @@ trait Mails
|
|||
*/
|
||||
private function prepareMail($locale, $notification)
|
||||
{
|
||||
$previousLocale = core()->getCurrentLocale()->code;
|
||||
|
||||
app()->setLocale($locale);
|
||||
|
||||
Mail::queue($notification);
|
||||
|
||||
app()->setLocale($previousLocale);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue