Passed
Pull Request — master (#37)
by Andrey
06:12 queued 03:11
created
src/NovaPoshtaServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     {
34 34
         $this->mergeConfigFrom(__DIR__.'/../config/novaposhta.php', 'novaposhta');
35 35
 
36
-        $this->app->singleton('novaposhta', function () {
36
+        $this->app->singleton('novaposhta', function() {
37 37
             return $this->app->make(NovaPoshta::class);
38 38
         });
39 39
 
Please login to merge, or discard this patch.