From ae33a6bce140da14a39b268295692ac0473af922 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 26 Sep 2023 05:08:42 +0000 Subject: [PATCH] Removed unused function --- src/DI.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/DI.php b/src/DI.php index 7c221b5efe..681c8fcbc1 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 */