@@ -60,7 +60,7 @@ |
||
60 | 60 | { |
61 | 61 | $class = $this->getVersionedRedisSentinelManagerClass(); |
62 | 62 | $app = $this->config->getApplication(); |
63 | - $config = $this->config->get('database.redis-sentinel', [ ]); |
|
63 | + $config = $this->config->get('database.redis-sentinel', []); |
|
64 | 64 | $driver = Arr::pull($config, 'client', 'predis'); |
65 | 65 | |
66 | 66 | if (version_compare($this->config->getApplicationVersion(), '5.6') <= 0) { |