@@ -33,7 +33,7 @@ |
||
| 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 | |