]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
Abuse mail received because of "unusual traffic"
[friendica.git] / src / DI.php
index c89315c0ec98897e532d5eac0837d163eceae43d..9ed0c5b24d353f5ed5c1c124c31eae1ebce86cd5 100644 (file)
@@ -279,6 +279,14 @@ abstract class DI
                return self::$dice->create(Factory\Api\Mastodon\Relationship::class);
        }
 
+       /**
+        * @return Factory\Api\Twitter\User
+        */
+       public static function twitterUser()
+       {
+               return self::$dice->create(Factory\Api\Twitter\User::class);
+       }
+
        /**
         * @return Factory\Notification\Notification
         */