@@ -74,7 +74,7 @@ |
||
| 74 | 74 | { |
| 75 | 75 | $headers['Content-Type'] = 'application/json'; |
| 76 | 76 | if ($this->accessToken !== null) { |
| 77 | - $headers['Authorization'] = 'Bearer ' . $this->accessToken; |
|
| 77 | + $headers['Authorization'] = 'Bearer '.$this->accessToken; |
|
| 78 | 78 | } |
| 79 | 79 | $body = null; |
| 80 | 80 | if ($params) { |