Skip to content

Commit c3408a1

Browse files
committed
Fix email
1 parent f30cf4d commit c3408a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Notifications/LicenseExpiryWarning.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function toMail($notifiable): MailMessage
4040
->line('**Good news:** As an early adopter, you qualify for our Early Access Pricing - the same great rates you enjoyed when you first purchased!')
4141
->action('Renew Your License', $renewalUrl)
4242
->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');
43+
->salutation("Best regards,\nThe NativePHP Team");
4444
}
4545

4646
private function getSubject(): string

0 commit comments

Comments
 (0)