Passed
Push — master ( e1b5ad...05ded5 )
by Davide
02:57
created
src/LaravelCardsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'laravel-cards');
58 58
 
59 59
         // Register the main class to use with the facade
60
-        $this->app->singleton('laravel-cards', function () {
60
+        $this->app->singleton('laravel-cards', function() {
61 61
             return new LaravelCards;
62 62
         });
63 63
     }
Please login to merge, or discard this patch.