X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/pull/3081/head:/app/Notifications/UserInvite.php diff --git a/app/Notifications/UserInvite.php b/app/Notifications/UserInvite.php index b01911bcd..b0dc9afac 100644 --- a/app/Notifications/UserInvite.php +++ b/app/Notifications/UserInvite.php @@ -1,4 +1,6 @@ - setting('app-name')]; + return $this->newMailMessage() ->subject(trans('auth.user_invite_email_subject', $appName)) ->greeting(trans('auth.user_invite_email_greeting', $appName))