Skip to content

Commit 329c72f

Browse files
committed
environment
1 parent 75c7930 commit 329c72f

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
@@ -181,6 +181,11 @@ public function api($name): AbstractApi
181181
$api = new Api\Deployment($this);
182182
break;
183183

184+
case 'environment':
185+
case 'environments':
186+
$api = new Api\Environment($this);
187+
break;
188+
184189
case 'ent':
185190
case 'enterprise':
186191
$api = new Api\Enterprise($this);

0 commit comments

Comments
 (0)