Completed
Pull Request — master (#8)
by
unknown
03:42
created
src/Providers/IlluminatePsrCacheServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function register()
16 16
     {
17
-        $this->app->singleton(CacheItemPoolInterface::class, function () {
17
+        $this->app->singleton(CacheItemPoolInterface::class, function() {
18 18
             $repository = $this->app->make(Repository::class);
19 19
             return new CacheItemPool($repository);
20 20
         });
Please login to merge, or discard this patch.