@@ -53,7 +53,7 @@ |
||
53 | 53 | $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'laravel-vehapi'); |
54 | 54 | |
55 | 55 | // Register the main class to use with the facade |
56 | - $this->app->singleton('laravel-vehapi', function () { |
|
56 | + $this->app->singleton('laravel-vehapi', function() { |
|
57 | 57 | return new LaravelVehapi; |
58 | 58 | }); |
59 | 59 | } |