mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-28 19:19:52 +09:00
changes
This commit is contained in:
26
vendor/knplabs/github-api/lib/Github/Api/Integrations.php
vendored
Normal file
26
vendor/knplabs/github-api/lib/Github/Api/Integrations.php
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
namespace Github\Api;
|
||||
|
||||
@trigger_error('The '.__NAMESPACE__.'\Integrations class is deprecated. Use the '.__NAMESPACE__.'\Apps class instead.', E_USER_DEPRECATED);
|
||||
|
||||
/**
|
||||
* @deprecated Use the Apps class
|
||||
* @link https://developer.github.com/v3/apps/
|
||||
*
|
||||
* @author Nils Adermann <naderman@naderman.de>
|
||||
*/
|
||||
class Integrations extends Apps
|
||||
{
|
||||
/**
|
||||
* @deprecated
|
||||
* Configure the accept header for Early Access to the integrations api (DEPRECATED)
|
||||
* @see https://developer.github.com/v3/apps/
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function configure()
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user