backend refactored

This commit is contained in:
Peter Papp
2021-04-23 08:15:38 +02:00
parent 894cef5d66
commit da55b3dd78
5 changed files with 340 additions and 288 deletions

View File

@@ -41,7 +41,7 @@ class InvoiceDeliveryNotification extends Notification
public function toMail($notifiable)
{
return (new MailMessage)
->subject(__t('New invoice'))
->subject('New invoice')
->greeting(__t('mail_greeting'))
->line($this->user->settings->name . ' sent you an invoice.')
->salutation(__t('mail_salutation'));