diff --git a/lib/Gitlab/Model/Note.php b/lib/Gitlab/Model/Note.php index 36afeb132..1da655685 100644 --- a/lib/Gitlab/Model/Note.php +++ b/lib/Gitlab/Model/Note.php @@ -19,6 +19,7 @@ class Note extends AbstractModel * @var array */ protected static $properties = array( + 'id', 'author', 'body', 'created_at',