Update email salutations/greetings

This commit is contained in:
2022-02-10 20:33:08 +00:00
parent 5e2eabac0c
commit 025f69f622
18 changed files with 26 additions and 55 deletions

View File

@@ -67,7 +67,7 @@ class NewContact extends Notification
'email',
])) {
return (new MailMessage)
->salutation('Hi ' . $notifiable->name . ',')
->greeting('Hi ' . $notifiable->name . ',')
->line('We\'ve received a new contact form submission in the StaffManagement app center.')
->line('This is what they sent: ')
->line('')