X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=4205640cc1efb2541919cd5a2ec7b307b444d55d;hb=3f2b0b9422915529a0ea585aa4325b6d2f2f65cd;hp=0cb194ef404d143c5ef15a086419eaef7b6fc6bf;hpb=8ac6d0ef046eff3d12e3e7870aa404e0470c18f5;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 0cb194ef40..4205640cc1 100644 --- a/src/DI.php +++ b/src/DI.php @@ -571,12 +571,9 @@ abstract class DI return self::$dice->create(Content\Conversation\Factory\Channel::class); } - /** - * @return Content\Conversation\Factory\UserDefinedChannel - */ - public static function UserDefinedChannelFactory() + public static function userDefinedChannel(): Content\Conversation\Repository\UserDefinedChannel { - return self::$dice->create(Content\Conversation\Factory\UserDefinedChannel::class); + return self::$dice->create(Content\Conversation\Repository\UserDefinedChannel::class); } /**