mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
backend refactored
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user