Skip to content

Commit 21b9f5c

Browse files
committed
Allow to access id through
1 parent b98cca3 commit 21b9f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Gitlab/Model/Note.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Note extends AbstractModel
1919
* @var array
2020
*/
2121
protected static $properties = array(
22+
'id',
2223
'author',
2324
'body',
2425
'created_at',

0 commit comments

Comments
 (0)