From: Michael Date: Tue, 26 Sep 2023 05:08:42 +0000 (+0000) Subject: Removed unused function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ae33a6bce140da14a39b268295692ac0473af922;p=friendica.git Removed unused function --- 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 */