Passed
Push — master ( ea425b...bc4882 )
by Richan
02:26
created
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.