Completed
Push — 2.x ( b9f40f...dcd9fa )
by Cy
01:44
created
src/RedisSentinelServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
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));
Please login to merge, or discard this patch.