Skip to content

Commit 93e3a68

Browse files
authored
Apply default pint styling rules to the notification stub (#54895)
1 parent 88b7160 commit 93e3a68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Illuminate/Foundation/Console/stubs/notification.stub

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ class {{ class }} extends Notification
3535
public function toMail(object $notifiable): MailMessage
3636
{
3737
return (new MailMessage)
38-
->line('The introduction to the notification.')
39-
->action('Notification Action', url('/'))
40-
->line('Thank you for using our application!');
38+
->line('The introduction to the notification.')
39+
->action('Notification Action', url('/'))
40+
->line('Thank you for using our application!');
4141
}
4242

4343
/**

0 commit comments

Comments
 (0)