Skip to content

Commit

Permalink
#7794 Set config array key directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
fquffio committed Dec 6, 2015
1 parent e4cbf57 commit f77ff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/Engine/RedisEngine.php
Expand Up @@ -83,7 +83,7 @@ public function init(array $config = [])
}

if (!empty($config['host'])) {
$this->config('server', $config['host']);
$config['server'] = $config['host'];
}

parent::init($config);
Expand Down

0 comments on commit f77ff5f

Please sign in to comment.