Passed
Push — master ( eda563...74505c )
by Ray
03:17
created
src/LaravelVehapiServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.