Skip to content

Commit 6478e8a

Browse files
committed
Integrations: correct the name of the integrations entry point
1 parent 06d2cf9 commit 6478e8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Github/Client.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ public function api($name)
210210
$api = new Api\Gists($this);
211211
break;
212212

213-
case 'installation':
214-
case 'installations':
215-
$api = new Api\Installations($this);
213+
case 'integration':
214+
case 'integrations':
215+
$api = new Api\Integrations($this);
216216
break;
217217

218218
case 'issue':

0 commit comments

Comments
 (0)