Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
simmstein committed Nov 20, 2020
1 parent ae6f755 commit 44c2705
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ class Config
*/
private $secureRandom;

public function __construct(IConfig $config, ISecureRandom $secureRandom, IGroupManager $groupManager, ITimeFactory $timeFactory)
public function __construct(IConfig $config, IGroupManager $groupManager)
{
$this->config = $config;
$this->secureRandom = $secureRandom;
$this->groupManager = $groupManager;
$this->timeFactory = $timeFactory;
}

/**
Expand Down

0 comments on commit 44c2705

Please sign in to comment.