X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=ed67efe0034ceadaf0ac9c63fb5275899746ae9d;hb=96b41fdb6746cdc8c6bd01011bacb5e22214abac;hp=4645ea252db915cfe171c8cccad5771fa4f8c18d;hpb=7fb9e1c7c8f5f4887e44aadf6115b68c6cc66d03;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 4645ea252d..ed67efe003 100644 --- a/src/DI.php +++ b/src/DI.php @@ -134,6 +134,14 @@ abstract class DI return self::$dice->create(Content\Item::class); } + /** + * @return Content\Conversation + */ + public static function conversation() + { + return self::$dice->create(Content\Conversation::class); + } + /** * @return Content\Text\BBCode\Video */