From 73759298658da929fe2da06d0446a93a56859067 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 17 Dec 2014 19:20:21 +0100 Subject: first stab at intelligent container --- config/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/config.php b/config/config.php index 0e1eec64b..4df8ba853 100644 --- a/config/config.php +++ b/config/config.php @@ -33,7 +33,8 @@ class Config { private $exploreUrl; - public function __construct($fileSystem, ILogger $logger, $loggerParams) { + public function __construct($fileSystem, ILogger $logger, + $LoggerParameters) { $this->fileSystem = $fileSystem; $this->autoPurgeMinimumInterval = 60; $this->autoPurgeCount = 200; @@ -47,7 +48,7 @@ class Config { $this->proxyUser = ''; $this->proxyPassword = ''; $this->exploreUrl = ''; - $this->loggerParams = $loggerParams; + $this->loggerParams = $LoggerParameters; } public function getProxyPort() { -- cgit v1.2.3