diff --git a/src/DI.php b/src/DI.php index 7c221b5ef..681c8fcbc 100644 --- a/src/DI.php +++ b/src/DI.php @@ -555,14 +555,6 @@ abstract class DI return self::$dice->create(Content\Conversation\Factory\Timeline::class); } - /** - * @return Content\Conversation\Repository\Channel - */ - public static function ChannelRepository() - { - return self::$dice->create(Content\Conversation\Repository\Channel::class); - } - /** * @return Contact\Introduction\Repository\Introduction */