Skip to content

Commit 499d23a

Browse files
authored
Keep BC
1 parent 8871411 commit 499d23a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/Github/Client.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
* @method Api\Gists gist()
3030
* @method Api\Gists gists()
3131
* @method Api\Miscellaneous\Gitignore gitignore()
32-
* @method Api\Apps integration() (deprecated)
33-
* @method Api\Apps integrations() (deprecated)
32+
* @method Api\Integrations integration() (deprecated)
33+
* @method Api\Integrations integrations() (deprecated)
3434
* @method Api\Apps apps()
3535
* @method Api\Issue issue()
3636
* @method Api\Issue issues()
@@ -201,6 +201,8 @@ public function api($name)
201201

202202
case 'integration':
203203
case 'integrations':
204+
$api = new Api\Integrations($this);
205+
break
204206
case 'apps':
205207
$api = new Api\Apps($this);
206208
break;

0 commit comments

Comments
 (0)