mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-09 22:26:04 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -50,7 +50,7 @@ class UserTestNotificationEmail extends Notification
|
||||
{
|
||||
$address = (string) $notifiable->email;
|
||||
|
||||
return (new MailMessage())
|
||||
return new MailMessage()
|
||||
->markdown('emails.admin-test', ['email' => $address])
|
||||
->subject((string) trans('email.admin_test_subject'))
|
||||
;
|
||||
|
Reference in New Issue
Block a user