Removed unused function

This commit is contained in:
Michael 2023-09-26 05:08:42 +00:00
parent 82684cd6cd
commit ae33a6bce1
1 changed files with 0 additions and 8 deletions

View File

@ -555,14 +555,6 @@ abstract class DI
return self::$dice->create(Content\Conversation\Factory\Timeline::class);
}
/**
* @return Content\Conversation\Repository\Channel
*/
public static function ChannelRepository()
{
return self::$dice->create(Content\Conversation\Repository\Channel::class);
}
/**
* @return Contact\Introduction\Repository\Introduction
*/