Skip to content

Commit 8871411

Browse files
authored
Keep BC
1 parent 66d5e1f commit 8871411

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/Github/Api/Integrations.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,16 @@
1111
*/
1212
class Integrations extends Apps
1313
{
14+
/**
15+
* @deprecated
16+
* Configure the accept header for Early Access to the integrations api (DEPRECATED)
17+
*
18+
* @see https://developer.github.com/v3/apps/
19+
*
20+
* @return self
21+
*/
22+
public function configure()
23+
{
24+
return $this;
25+
}
1426
}

0 commit comments

Comments
 (0)