Update email message paths for #4586

This commit is contained in:
James Cole
2021-04-03 12:30:34 +02:00
parent e6012e1ca2
commit a4ca6dfd38
9 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ class NewIPAddressWarningMail extends Mailable
$this->host = $hostName;
}
return $this->view('v1.emails.new-ip-html')->text('v1.emails.new-ip-text')
return $this->view('emails.new-ip-html')->text('emails.new-ip-text')
->subject((string)trans('email.login_from_new_ip'));
}
}