@@ -327,7 +327,7 @@ |
||
327 | 327 | $options = Hash::merge($this->config('http'), [ |
328 | 328 | 'type' => 'json', |
329 | 329 | 'headers' => [ |
330 | - 'Authorization' => 'key=' . $this->config('api.key'), |
|
330 | + 'Authorization' => 'key='.$this->config('api.key'), |
|
331 | 331 | 'Content-Type' => 'application/json' |
332 | 332 | ] |
333 | 333 | ]); |