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

@@ -61,7 +61,7 @@ class AdminTestMail extends Mailable
*/
public function build(): self
{
return $this->view('emails.admin-test-html')->text('emails.admin-test-text')
return $this->view('v1.emails.admin-test-html')->text('v1.emails.admin-test-text')
->subject((string) trans('email.admin_test_subject'));
}
}