]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
Remove reference to remove field in event table
[friendica.git] / src / DI.php
index 24f06d2793eed7f5bd97de534434159c1233b42d..78eb5bee4c9ed7491dfbb38962bd98df51af98ff 100644 (file)
@@ -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
         */