Skip to content

Commit 5e50619

Browse files
committed
Merge pull request #110 from shulard/features/note-model-id-access
Allow to access `Note` id through `__get`
2 parents b98cca3 + 21b9f5c commit 5e50619

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)