Completed
Push — integration-tests ( 828765...9c7568 )
by Cy
01:56
created
src/RedisSentinelServiceProvider.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -69,13 +69,13 @@
 block discarded – undo
69 69
         }
70 70
     }
71 71
 
72
-   /**
73
-    * Register the core Redis Sentinel connection manager.
74
-    *
75
-    * @return void
76
-    */
77
-   protected function registerServices()
78
-   {
72
+    /**
73
+     * Register the core Redis Sentinel connection manager.
74
+     *
75
+     * @return void
76
+     */
77
+    protected function registerServices()
78
+    {
79 79
         $this->app->singleton('redis-sentinel', function ($app) {
80 80
             $class = $this->config->getVersionedRedisSentinelManagerClass();
81 81
             $config = $this->config->get('database.redis-sentinel', [ ]);
Please login to merge, or discard this patch.