mirror of
https://github.com/friendica/friendica
synced 2024-11-18 14:23:41 +00:00
Removed unused function
This commit is contained in:
parent
82684cd6cd
commit
ae33a6bce1
1 changed files with 0 additions and 8 deletions
|
@ -555,14 +555,6 @@ abstract class DI
|
||||||
return self::$dice->create(Content\Conversation\Factory\Timeline::class);
|
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
|
* @return Contact\Introduction\Repository\Introduction
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue