X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=78eb5bee4c9ed7491dfbb38962bd98df51af98ff;hb=0dbee1c4d2e3e47fae5d40b9677851b44969843c;hp=24f06d2793eed7f5bd97de534434159c1233b42d;hpb=7b871f3ecd8cbb1e10fbe2f13e6380c1e29d2994;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 24f06d2793..78eb5bee4c 100644 --- a/src/DI.php +++ b/src/DI.php @@ -382,14 +382,6 @@ abstract class DI return self::$dice->create(Factory\Api\Mastodon\Error::class); } - /** - * @return Factory\Api\Mastodon\FollowRequest - */ - public static function mstdnFollowRequest() - { - return self::$dice->create(Factory\Api\Mastodon\FollowRequest::class); - } - /** * @return Factory\Api\Mastodon\Poll */