mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user