Added a new line #3101
This commit is contained in:
@@ -73,6 +73,7 @@ class IncidentUpdatedNotification extends Notification
|
||||
'name' => $this->update->incident->name,
|
||||
'time' => $this->update->created_at_diff,
|
||||
]);
|
||||
|
||||
return (new MailMessage())
|
||||
->subject(trans('notifications.incident.update.mail.subject'))
|
||||
->markdown('notifications.incident.update', [
|
||||
|
||||
Reference in New Issue
Block a user