1
0
Fork 0

The conversation functionality moved to a class

This commit is contained in:
Michael 2021-09-23 21:18:36 +00:00
commit 0ad904c185
24 changed files with 1545 additions and 1494 deletions

View file

@ -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
*/