mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:10:11 +00:00
Move Module\Base\Api to Module\BaseApi
This commit is contained in:
parent
0de8e4db08
commit
75a2190af5
4 changed files with 10 additions and 13 deletions
|
@ -5,14 +5,14 @@ namespace Friendica\Module\Api\Mastodon\Instance;
|
|||
use Friendica\Core\Protocol;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\Module\Base\Api;
|
||||
use Friendica\Module\BaseApi;
|
||||
use Friendica\Network\HTTPException;
|
||||
use Friendica\Util\Network;
|
||||
|
||||
/**
|
||||
* Undocumented API endpoint that is implemented by both Mastodon and Pleroma
|
||||
*/
|
||||
class Peers extends Api
|
||||
class Peers extends BaseApi
|
||||
{
|
||||
/**
|
||||
* @param array $parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue