@@ -11,8 +11,6 @@ |
||
| 11 | 11 | class LumenServiceProvider extends SocialiteServiceProvider |
| 12 | 12 | { |
| 13 | 13 | /** |
| 14 | - * @param Dispatcher $event |
|
| 15 | - * @param SocialiteWasCalled $socialiteWasCalled |
|
| 16 | 14 | */ |
| 17 | 15 | public function boot() |
| 18 | 16 | { |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | { |
| 24 | 24 | parent::register(); |
| 25 | 25 | |
| 26 | - $this->app->singleton(ConfigRetrieverInterface::class, function () { |
|
| 26 | + $this->app->singleton(ConfigRetrieverInterface::class, function() { |
|
| 27 | 27 | return new ConfigRetriever(); |
| 28 | 28 | }); |
| 29 | 29 | } |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | { |
| 24 | 24 | parent::register(); |
| 25 | 25 | |
| 26 | - $this->app->singleton(ConfigRetrieverInterface::class, function () { |
|
| 26 | + $this->app->singleton(ConfigRetrieverInterface::class, function() { |
|
| 27 | 27 | return new ConfigRetriever(); |
| 28 | 28 | }); |
| 29 | 29 | } |