diff --git a/lib/Config.php b/lib/Config.php index d103c92..08fc703 100644 --- a/lib/Config.php +++ b/lib/Config.php @@ -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; } /**