@@ -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', [ ]); |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Monospice\LaravelRedisSentinel\Horizon; |
4 | 4 | |
5 | -use Illuminate\Contracts\Config\Repository as ConfigRepository; |
|
6 | 5 | use Illuminate\Contracts\Container\Container; |
7 | 6 | use Illuminate\Contracts\Redis\Factory as RedisFactory; |
8 | 7 | use Illuminate\Support\Arr; |