@@ -64,7 +64,7 @@ |
||
| 64 | 64 | */ |
| 65 | 65 | public function getBaseAccessTokenUrl(array $params) |
| 66 | 66 | { |
| 67 | - return $this->getHost() . '/authorization/token?type='.$this->type; |
|
| 67 | + return $this->getHost() . '/authorization/token?type=' . $this->type; |
|
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | /** |