We now display the channel in the sidebar
This commit is contained in:
@@ -547,6 +547,14 @@ abstract class DI
|
||||
return self::$dice->create(Contact\FriendSuggest\Factory\FriendSuggest::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Content\Conversation\Factory\Timeline
|
||||
*/
|
||||
public static function TimelineFactory()
|
||||
{
|
||||
return self::$dice->create(Content\Conversation\Factory\Timeline::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Contact\Introduction\Repository\Introduction
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user