summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 19:20:21 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-18 14:06:07 +0100
commit73759298658da929fe2da06d0446a93a56859067 (patch)
tree99972490a099d31c70a0f856d681f71e194103a3 /config
parentf741d1fd502687aafede499ab55c0803ad469df3 (diff)
first stab at intelligent container
Diffstat (limited to 'config')
-rw-r--r--config/config.php5
1 files changed, 3 insertions, 2 deletions
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() {