X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=ed67efe0034ceadaf0ac9c63fb5275899746ae9d;hb=42790fbc1fd581107d5f72d44be5218f8adf5585;hp=4645ea252db915cfe171c8cccad5771fa4f8c18d;hpb=13a91e63aa5896014a010d30f4070f475306a397;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 */