Skip to content

Commit 8d48ea5

Browse files
ericdurana-lwilliams
authored andcommitted
Update Client.php
1 parent 1f06686 commit 8d48ea5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Github/Client.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ public function api($name)
120120
$api = new Api\CurrentUser($this);
121121
break;
122122

123+
case 'deployment':
124+
case 'deployments':
125+
$api = new Api\Deployment($this);
126+
break;
127+
123128
case 'ent':
124129
case 'enterprise':
125130
$api = new Api\Enterprise($this);

0 commit comments

Comments
 (0)