diff --git a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php index 8d7c50f3..8ad88647 100644 --- a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php +++ b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php @@ -32,7 +32,7 @@ class IncidentUpdatedNotification extends Notification /** * The incident update. * - * @var \CachetHQ\Cachet\Models\Incident + * @var \CachetHQ\Cachet\Models\IncidentUpdate */ protected $update;