@@ -13,7 +13,7 @@ discard block |
||
| 13 | 13 | */ |
| 14 | 14 | public function boot() |
| 15 | 15 | { |
| 16 | - $this->app->booted(function () { |
|
| 16 | + $this->app->booted(function() { |
|
| 17 | 17 | $socialiteWasCalled = app(SocialiteWasCalled::class); |
| 18 | 18 | |
| 19 | 19 | event($socialiteWasCalled); |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | if (!$this->app->bound(ConfigRetrieverInterface::class)) { |
| 35 | - $this->app->singleton(ConfigRetrieverInterface::class, function () { |
|
| 35 | + $this->app->singleton(ConfigRetrieverInterface::class, function() { |
|
| 36 | 36 | return new ConfigRetriever(); |
| 37 | 37 | }); |
| 38 | 38 | } |