Skip to content

Commit 38cf0ed

Browse files
author
Stanislav Gamayunov
committed
Added missing property 'start_date' to Milestone model
1 parent c0e81e6 commit 38cf0ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Gitlab/Model/Milestone.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @property-read string $title
1212
* @property-read string $description
1313
* @property-read string $due_date
14+
* @property-read string $start_date
1415
* @property-read string $state
1516
* @property-read bool $closed
1617
* @property-read string $updated_at
@@ -30,6 +31,7 @@ class Milestone extends AbstractModel
3031
'title',
3132
'description',
3233
'due_date',
34+
'start_date',
3335
'state',
3436
'closed',
3537
'updated_at',

0 commit comments

Comments
 (0)