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

@@ -61,6 +61,6 @@ class RequestedNewPassword extends Mailable
*/
public function build(): self
{
return $this->view('v1.emails.password-html')->text('v1.emails.password-text')->subject((string)trans('email.reset_pw_subject'));
return $this->view('emails.password-html')->text('emails.password-text')->subject((string)trans('email.reset_pw_subject'));
}
}