Merge pull request #3816 from Data-Kiss/tests-notifications
Tests notifications
This commit is contained in:
@@ -72,7 +72,7 @@ class NewIncidentNotification extends Notification
|
||||
$content = trans('notifications.incident.new.mail.content', [
|
||||
'name' => $this->incident->name,
|
||||
]);
|
||||
|
||||
|
||||
return (new MailMessage())
|
||||
->subject(trans('notifications.incident.new.mail.subject'))
|
||||
->markdown('notifications.incident.new', [
|
||||
|
||||
Reference in New Issue
Block a user