X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=190b46a05f4c66344de1fdf04464fd4bf6c9f4bb;hb=5d69f7411dad575789def59bc8ef0cd8823af809;hp=4f950bd78eeea17db42c73b61cb35b14a7984490;hpb=94439a3b429dd9312dcb3aa8ee8f20df7ff6281c;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 4f950bd78e..190b46a05f 100644 --- a/src/DI.php +++ b/src/DI.php @@ -398,14 +398,6 @@ abstract class DI return self::$dice->create(Factory\Api\Twitter\User::class); } - /** - * @return Factory\Api\Twitter\DirectMessage - */ - public static function twitterDirectMessage() - { - return self::$dice->create(Factory\Api\Twitter\DirectMessage::class); - } - public static function notificationIntro(): Navigation\Notifications\Factory\Introduction { return self::$dice->create(Navigation\Notifications\Factory\Introduction::class);