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 f30cf4d commit c3408a1Copy full SHA for c3408a1
app/Notifications/LicenseExpiryWarning.php
@@ -40,7 +40,7 @@ public function toMail($notifiable): MailMessage
40
->line('**Good news:** As an early adopter, you qualify for our Early Access Pricing - the same great rates you enjoyed when you first purchased!')
41
->action('Renew Your License', $renewalUrl)
42
->line('If you have any questions about your renewal, please don\'t hesitate to contact our support team.')
43
- ->salutation('Best regards,<br>The NativePHP Team');
+ ->salutation("Best regards,\nThe NativePHP Team");
44
}
45
46
private function getSubject(): string
0 commit comments