Skip to content

Commit

Permalink
Remove notification id from serializer attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed May 1, 2019
1 parent ecc3b5e commit 7a44086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Api/Serializer/NotificationSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ protected function getDefaultAttributes($notification)
}

return [
'id' => (int) $notification->id,
'contentType' => $notification->type,
'content' => $notification->data,
'createdAt' => $this->formatDate($notification->created_at),
Expand Down

0 comments on commit 7a44086

Please sign in to comment.