Skip to content

Commit 5a052f9

Browse files
authored
Keep BC
1 parent 1a0b96d commit 5a052f9

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

lib/Github/Api/Apps.php

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22

33
namespace Github\Api;
44

5-
use Github\Api\AcceptHeaderTrait;
6-
75
/**
86
* @link https://developer.github.com/v3/apps/
97
* @author Nils Adermann <[email protected]>
108
*/
119
class Apps extends AbstractApi
1210
{
13-
use AcceptHeaderTrait;
14-
11+
/**
12+
* @deprecated
13+
* Configure the accept header for Early Access to the integrations api (DEPRECATED)
14+
*
15+
* @see https://developer.github.com/v3/apps/
16+
*
17+
* @return self
18+
*/
19+
public function configure()
20+
{
21+
return $this;
22+
}
23+
1524
/**
1625
* Create an access token for an installation
1726
*

0 commit comments

Comments
 (0)