diff --git a/framework/core/src/Api/Serializer/NotificationSerializer.php b/framework/core/src/Api/Serializer/NotificationSerializer.php index deaeeddbe..002607147 100644 --- a/framework/core/src/Api/Serializer/NotificationSerializer.php +++ b/framework/core/src/Api/Serializer/NotificationSerializer.php @@ -44,7 +44,6 @@ class NotificationSerializer extends AbstractSerializer } return [ - 'id' => (int) $notification->id, 'contentType' => $notification->type, 'content' => $notification->data, 'createdAt' => $this->formatDate($notification->created_at),