@@ -124,7 +124,7 @@ |
||
| 124 | 124 | if (!$this->scope) { |
| 125 | 125 | return ''; |
| 126 | 126 | } |
| 127 | - return '?scope=' . implode(',', $this->scope); |
|
| 127 | + return '?scope='.implode(',', $this->scope); |
|
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | public function urlTokenCredentials() |