@@ -30,11 +30,11 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public function register() |
| 32 | 32 | { |
| 33 | - $this->app->singleton('google-distance', function (Container $app) { |
|
| 33 | + $this->app->singleton('google-distance', function(Container $app) { |
|
| 34 | 34 | return new GoogleDistance($app['config']['google-distance.api_key'], $app['config']['google-distance.units']); |
| 35 | 35 | }); |
| 36 | 36 | |
| 37 | - $this->app->booting(function () { |
|
| 37 | + $this->app->booting(function() { |
|
| 38 | 38 | $loader = AliasLoader::getInstance(); |
| 39 | 39 | $loader->alias('GoogleDistance', \Pnlinh\GoogleDistance\Facades\GoogleDistance::class); |
| 40 | 40 | }); |