mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Unneeded constructors removed
This commit is contained in:
parent
3f6480c127
commit
b5df3cb104
8 changed files with 1 additions and 55 deletions
|
@ -23,18 +23,9 @@ namespace Friendica\Content\Conversation\Factory;
|
|||
|
||||
use Friendica\Content\Conversation\Collection\Timelines;
|
||||
use Friendica\Content\Conversation\Entity\Network as NetworkEntity;
|
||||
use Friendica\Content\Conversation\Repository\Channel;
|
||||
use Friendica\Core\Config\Capability\IManageConfigValues;
|
||||
use Friendica\Core\L10n;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
final class Network extends Timeline
|
||||
{
|
||||
public function __construct(Channel $channel, L10n $l10n, LoggerInterface $logger, IManageConfigValues $config)
|
||||
{
|
||||
parent::__construct($channel, $l10n, $logger, $config);
|
||||
}
|
||||
|
||||
/**
|
||||
* List of available network timelines
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue