@@ -29,7 +29,7 @@ |
||
29 | 29 | { |
30 | 30 | $this->mergeConfigFrom(realpath(__DIR__ . '/../config/cacheable.php'), 'cacheable'); |
31 | 31 | |
32 | - $this->app->singleton(CacheableService::class, function () { |
|
32 | + $this->app->singleton(CacheableService::class, function() { |
|
33 | 33 | return new CacheableService(app('cache'), new ArrayStore); |
34 | 34 | }); |
35 | 35 | } |