Completed
Pull Request — 2.x (#19)
by
unknown
10:14
created
src/Manager/VersionedManagerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.