Skip to content

Commit a0a1f0e

Browse files
authored
Keep BC
1 parent 5a052f9 commit a0a1f0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lib/Github/Api/Integrations.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace Github\Api;
4+
5+
/**
6+
* @deprecated
7+
* @link https://developer.github.com/v3/apps/
8+
* @author Nils Adermann <[email protected]>
9+
*/
10+
class Integrations extends Apps
11+
{
12+
13+
}

0 commit comments

Comments
 (0)