The conversation functionality moved to a class
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user