@@ -84,7 +84,7 @@ |
||
84 | 84 | 'headers' => [ |
85 | 85 | 'Content-Type' => 'application/json', |
86 | 86 | 'Accept' => 'application/json', |
87 | - 'Authorization' => 'Bearer ' . $this->apiKey, |
|
87 | + 'Authorization' => 'Bearer '.$this->apiKey, |
|
88 | 88 | ] |
89 | 89 | ]; |
90 | 90 |