Unused function removed
This commit is contained in:
parent
2ee5745d3c
commit
c5969de66d
1 changed files with 0 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue