Fixes #2300 - use incident nam

This commit is contained in:
James Brooks 2017-01-05 19:19:44 +00:00
parent 8f51b880b7
commit e8b9b19a98

View File

@ -70,7 +70,7 @@ class IncidentUpdatedNotification extends Notification
public function toMail($notifiable)
{
$content = trans('notifications.incident.update.content', [
'name' => $this->update->name,
'name' => $this->update->incident->name,
'time' => $this->update->created_at_diff,
]);