X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=a984bc934f6200fc50b373bd131ea0084a12b3f1;hb=4e4e8cdd5eba4d6c2b6ab0c0321cb68b659eb6fe;hp=0cb194ef404d143c5ef15a086419eaef7b6fc6bf;hpb=ed24d06e0c676662fe1c5a7656049daae8bf3358;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 0cb194ef40..a984bc934f 100644 --- a/src/DI.php +++ b/src/DI.php @@ -1,6 +1,6 @@ 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); } /**