@@ -69,13 +69,13 @@ |
||
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', [ ]); |