Removed unneeded function
This commit is contained in:
parent
203857ede0
commit
3388274f9a
1 changed files with 0 additions and 5 deletions
|
@ -14,11 +14,6 @@ use Friendica\Util\Network;
|
||||||
*/
|
*/
|
||||||
class Peers extends Api
|
class Peers extends Api
|
||||||
{
|
{
|
||||||
public static function init(array $parameters = [])
|
|
||||||
{
|
|
||||||
parent::init($parameters);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array $parameters
|
* @param array $parameters
|
||||||
* @throws HTTPException\InternalServerErrorException
|
* @throws HTTPException\InternalServerErrorException
|
||||||
|
|
Loading…
Reference in a new issue