Update NewIncidentNotification.php

This commit is contained in:
Antonio
2019-01-18 03:05:26 +02:00
committed by GitHub
parent 3b4e2e6236
commit 699df0b9f6

View File

@@ -133,7 +133,7 @@ class NewIncidentNotification extends Notification
->fields(array_filter([
'ID' => "#{$this->incident->id}",
'Link' => $this->incident->permalink,
]))
]));
});
}
}