@@ -47,7 +47,7 @@ |
||
| 47 | 47 | $this->getFromServices('client_id'), |
| 48 | 48 | $this->getFromServices('client_secret'), |
| 49 | 49 | $this->getFromServices('redirect'), |
| 50 | - $this->getConfigItems($additionalConfigKeys, function ($key) { |
|
| 50 | + $this->getConfigItems($additionalConfigKeys, function($key) { |
|
| 51 | 51 | return $this->getFromServices(strtolower($key)); |
| 52 | 52 | }) |
| 53 | 53 | ); |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | */ |
| 36 | 36 | public static function serviceContainerKey($providerName): string |
| 37 | 37 | { |
| 38 | - return SocialiteWasCalled::SERVICE_CONTAINER_PREFIX . $providerName; |
|
| 38 | + return SocialiteWasCalled::SERVICE_CONTAINER_PREFIX.$providerName; |
|
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |