Skip to content

Commit af496fc

Browse files
DBLacim1guelpf
authored andcommitted
GitLabPHP#446 - label model id
1 parent dba178b commit af496fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Gitlab/Model/Label.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/**
66
* Class Label
77
*
8+
* @property-read int $id
89
* @property-read string $name
910
* @property-read string $color
1011
*/
@@ -14,6 +15,7 @@ class Label extends AbstractModel
1415
* @var array
1516
*/
1617
protected static $properties = array(
18+
'id',
1719
'name',
1820
'color'
1921
);

0 commit comments

Comments
 (0)