Skip to content

Commit 72d0157

Browse files
authored
Update VerifyEmail for better experience (#118)
This is no impact on performance. Just it feel good.
1 parent cd6b687 commit 72d0157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/Notifications/VerifyEmail.stub

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class {{singularClass}}VerifyEmail extends Notification
4545

4646
return (new MailMessage)
4747
->subject(Lang::get('Verify Email Address'))
48+
->greeting("Hello, ".$notifiable->name)
4849
->line(Lang::get('Please click the button below to verify your email address.'))
4950
->action(Lang::get('Verify Email Address'), $verificationUrl)
5051
->line(Lang::get('If you did not create an account, no further action is required.'));

0 commit comments

Comments
 (0)