Make it easier to switch between v1/v2 layout.

This commit is contained in:
James Cole
2021-02-01 06:29:45 +01:00
parent be05513ecd
commit f9220b8999
39 changed files with 63 additions and 42 deletions

View File

@@ -67,7 +67,7 @@ class UndoEmailChangeMail extends Mailable
*/
public function build(): self
{
return $this->view('emails.undo-email-change-html')->text('emails.undo-email-change-text')
return $this->view('v1.emails.undo-email-change-html')->text('v1.emails.undo-email-change-text')
->subject((string) trans('email.email_change_subject'));
}
}