mirror of
https://github.com/friendica/friendica
synced 2025-04-21 01:50:17 +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
|
@ -2,18 +2,15 @@
|
|||
|
||||
namespace Friendica\Module\Api\Mastodon;
|
||||
|
||||
use Friendica\Object\Api\Mastodon;
|
||||
use Friendica\Object\Api\Mastodon\Relationship;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\DI;
|
||||
use Friendica\Model\Contact;
|
||||
use Friendica\Module\Base\Api;
|
||||
use Friendica\Module\BaseApi;
|
||||
use Friendica\Network\HTTPException;
|
||||
|
||||
/**
|
||||
* @see https://docs.joinmastodon.org/methods/accounts/follow_requests
|
||||
*/
|
||||
class FollowRequests extends Api
|
||||
class FollowRequests extends BaseApi
|
||||
{
|
||||
public static function init(array $parameters = [])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue