Test Failed
Pull Request — master (#2)
by Evert
05:42
created
src/VeloServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $this->mergeConfigFrom(__DIR__.'/../config/laravel-velo-api.php', 'laravel-velo-api');
22 22
 
23
-        $this->app->bind('velo', function () {
23
+        $this->app->bind('velo', function() {
24 24
             return new Velo(new VeloClient());
25 25
         });
26 26
     }
Please login to merge, or discard this patch.