We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6b687 commit 72d0157Copy full SHA for 72d0157
stubs/Notifications/VerifyEmail.stub
@@ -45,6 +45,7 @@ class {{singularClass}}VerifyEmail extends Notification
45
46
return (new MailMessage)
47
->subject(Lang::get('Verify Email Address'))
48
+ ->greeting("Hello, ".$notifiable->name)
49
->line(Lang::get('Please click the button below to verify your email address.'))
50
->action(Lang::get('Verify Email Address'), $verificationUrl)
51
->line(Lang::get('If you did not create an account, no further action is required.'));
0 commit comments