]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
Continued:
[friendica.git] / src / DI.php
index 0cb194ef404d143c5ef15a086419eaef7b6fc6bf..a984bc934f6200fc50b373bd131ea0084a12b3f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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);
        }
 
        /**