X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=89b102afc330ce51e9d544409d543f6207e5cdb2;hb=9414edd64a714b115780df9ef6a7375c9d69c050;hp=4f950bd78eeea17db42c73b61cb35b14a7984490;hpb=ddb2d6f5b3f5d9eb0b716ddbd4309c0b527fdb8c;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 4f950bd78e..89b102afc3 100644 --- a/src/DI.php +++ b/src/DI.php @@ -1,6 +1,6 @@ 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);