Skip to content

Commit

Permalink
Apply default pint styling rules to the notification stub (#54895)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinkle authored Mar 4, 2025
1 parent 88b7160 commit 93e3a68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Foundation/Console/stubs/notification.stub
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ class {{ class }} extends Notification
public function toMail(object $notifiable): MailMessage
{
return (new MailMessage)
->line('The introduction to the notification.')
->action('Notification Action', url('/'))
->line('Thank you for using our application!');
->line('The introduction to the notification.')
->action('Notification Action', url('/'))
->line('Thank you for using our application!');
}

/**
Expand Down

0 comments on commit 93e3a68

Please sign in to comment.