]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
Merge pull request #10528 from annando/db-error
[friendica.git] / src / DI.php
index 944fad805d18d8413d6e9a9e12837c646dbc456a..d8e51b439822fcd9ca242ba59085e6f8318c02f8 100644 (file)
@@ -287,14 +287,6 @@ abstract class DI
                return self::$dice->create(Factory\Api\Mastodon\Error::class);
        }
 
-       /**
-        * @return Factory\Api\Mastodon\Field
-        */
-       public static function mstdnField()
-       {
-               return self::$dice->create(Factory\Api\Mastodon\Field::class);
-       }
-
        /**
         * @return Factory\Api\Mastodon\FollowRequest
         */
@@ -327,14 +319,6 @@ abstract class DI
                return self::$dice->create(Factory\Api\Mastodon\ListEntity::class);
        }
 
-       /**
-        * @return Factory\Api\Mastodon\Mention
-        */
-       public static function mstdnMention()
-       {
-               return self::$dice->create(Factory\Api\Mastodon\Mention::class);
-       }
-
        /**
         * @return Factory\Api\Mastodon\Notification
         */
@@ -343,14 +327,6 @@ abstract class DI
                return self::$dice->create(Factory\Api\Mastodon\Notification::class);
        }
 
-       /**
-        * @return Factory\Api\Mastodon\Tag
-        */
-       public static function mstdnTag()
-       {
-               return self::$dice->create(Factory\Api\Mastodon\Tag::class);
-       }
-
        /**
         * @return Factory\Api\Twitter\User
         */