From c5969de66d2be3025245ee6dc3fd24805e205a55 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 20 Dec 2021 19:36:45 +0000 Subject: [PATCH] Unused function removed --- src/DI.php | 8 -------- 1 file changed, 8 deletions(-) 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);