@@ -49,7 +49,7 @@ |
||
49 | 49 | $this->app->bind(Adapter::class, APC::class); |
50 | 50 | break; |
51 | 51 | case 'redis': |
52 | - $this->app->bind(Adapter::class, function () { |
|
52 | + $this->app->bind(Adapter::class, function() { |
|
53 | 53 | return new Redis(config('prometheus-exporter.redis')); |
54 | 54 | }); |
55 | 55 | break; |