Timeline classes are split into multiple classes
This commit is contained in:
24
src/DI.php
24
src/DI.php
@@ -555,6 +555,30 @@ abstract class DI
|
||||
return self::$dice->create(Content\Conversation\Factory\Timeline::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Content\Conversation\Factory\Community
|
||||
*/
|
||||
public static function CommunityFactory()
|
||||
{
|
||||
return self::$dice->create(Content\Conversation\Factory\Community::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Content\Conversation\Factory\Channel
|
||||
*/
|
||||
public static function ChannelFactory()
|
||||
{
|
||||
return self::$dice->create(Content\Conversation\Factory\Channel::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Content\Conversation\Factory\Network
|
||||
*/
|
||||
public static function NetworkFactory()
|
||||
{
|
||||
return self::$dice->create(Content\Conversation\Factory\Network::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Contact\Introduction\Repository\Introduction
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user