X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=4205640cc1efb2541919cd5a2ec7b307b444d55d;hb=2db2f280d58dd775c6afc3fd23c72c498134492b;hp=22dec89dbac3524bd2ab671e3ee39a58ec067aeb;hpb=bc3bdf3cb004ba1201adb0c9a4a6c99890e73cfd;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 22dec89dba..4205640cc1 100644 --- a/src/DI.php +++ b/src/DI.php @@ -571,6 +571,11 @@ abstract class DI return self::$dice->create(Content\Conversation\Factory\Channel::class); } + public static function userDefinedChannel(): Content\Conversation\Repository\UserDefinedChannel + { + return self::$dice->create(Content\Conversation\Repository\UserDefinedChannel::class); + } + /** * @return Content\Conversation\Factory\Network */