@@ -78,7 +78,7 @@ |
||
| 78 | 78 | { |
| 79 | 79 | $this->app->singleton('redis-sentinel', function ($app) { |
| 80 | 80 | $class = $this->config->getVersionedRedisSentinelManagerClass(); |
| 81 | - $config = $this->config->get('database.redis-sentinel', [ ]); |
|
| 81 | + $config = $this->config->get('database.redis-sentinel', []); |
|
| 82 | 82 | $driver = Arr::pull($config, 'client', 'predis'); |
| 83 | 83 | |
| 84 | 84 | return new RedisSentinelManager(new $class($driver, $config)); |