]> git.mxchange.org Git - friendica.git/commitdiff
Removed unused function
authorMichael <heluecht@pirati.ca>
Tue, 26 Sep 2023 05:08:42 +0000 (05:08 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 26 Sep 2023 05:08:42 +0000 (05:08 +0000)
src/DI.php

index 7c221b5efe310669d900bfe46eb6520f0cc65cf1..681c8fcbc168ecba0f07e606a00f92de56b6cfa4 100644 (file)
@@ -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
         */