@@ -57,7 +57,7 @@ |
||
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 | } |