X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=4205640cc1efb2541919cd5a2ec7b307b444d55d;hb=e22df99abdfe863c4507e22b653cac8933482a3f;hp=0cb194ef404d143c5ef15a086419eaef7b6fc6bf;hpb=ec9345efa6ec7a8278ed0cc71218030791c17fb7;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); } /**