Passed
Pull Request — master (#4)
by Mostafa
02:50
created
src/LaraCacheServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         $this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'laracache');
19 19
 
20
-        $this->app->bind('laracache', function () {
20
+        $this->app->bind('laracache', function() {
21 21
             return new LaraCache;
22 22
         });
23 23
     }
Please login to merge, or discard this patch.