@@ -73,7 +73,7 @@ |
||
73 | 73 | public function makeInstance() |
74 | 74 | { |
75 | 75 | $class = $this->getVersionedRedisSentinelManagerClass(); |
76 | - $config = $this->config->get('database.redis-sentinel', [ ]); |
|
76 | + $config = $this->config->get('database.redis-sentinel', []); |
|
77 | 77 | $driver = Arr::pull($config, 'client', 'predis'); |
78 | 78 | |
79 | 79 | // Laravel 5.7 introduced the app as the first parameter: |