Completed
Push — 2.x ( 3e7eb4...14586a )
by Cy
01:41
created
src/Manager/VersionedManagerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
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:
Please login to merge, or discard this patch.