X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0830521e60d782963e4e781b92c04eb9627abebe..refs/pull/3391/head:/app/Notifications/MailNotification.php diff --git a/app/Notifications/MailNotification.php b/app/Notifications/MailNotification.php index 413ac6d73..12159b278 100644 --- a/app/Notifications/MailNotification.php +++ b/app/Notifications/MailNotification.php @@ -1,4 +1,6 @@ -view([ + return (new MailMessage())->view([ 'html' => 'vendor.notifications.email', - 'text' => 'vendor.notifications.email-plain' + 'text' => 'vendor.notifications.email-plain', ]); } - -} \ No newline at end of file +}