Skip to content

Commit e51b7d5

Browse files
hirnschmalzm1guelpf
authored andcommitted
Enable groupsMilestones via API call
1 parent 1eba4cd commit e51b7d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Gitlab/Client.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ public function api($name)
301301

302302
case 'groups':
303303
return $this->groups();
304+
305+
case 'groupsMilestones':
306+
return $this->groupsMilestones();
304307

305308
case 'issues':
306309
return $this->issues();

0 commit comments

Comments
 (0)