We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b7160 commit 93e3a68Copy full SHA for 93e3a68
src/Illuminate/Foundation/Console/stubs/notification.stub
@@ -35,9 +35,9 @@ class {{ class }} extends Notification
35
public function toMail(object $notifiable): MailMessage
36
{
37
return (new MailMessage)
38
- ->line('The introduction to the notification.')
39
- ->action('Notification Action', url('/'))
40
- ->line('Thank you for using our application!');
+ ->line('The introduction to the notification.')
+ ->action('Notification Action', url('/'))
+ ->line('Thank you for using our application!');
41
}
42
43
/**
0 commit comments