@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | |
16 | 16 | protected function getAuthUrl(): string |
17 | 17 | { |
18 | - return $this->buildAuthUrlFromBase($this->getBaseUrl() . '/oauth2/v2.0/authorize'); |
|
18 | + return $this->buildAuthUrlFromBase($this->getBaseUrl().'/oauth2/v2.0/authorize'); |
|
19 | 19 | } |
20 | 20 | |
21 | 21 | protected function getBaseUrl(): string |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | |
26 | 26 | protected function getTokenUrl(): string |
27 | 27 | { |
28 | - return $this->getBaseUrl() . '/oauth2/v2.0/token'; |
|
28 | + return $this->getBaseUrl().'/oauth2/v2.0/token'; |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |