|
@@ -304,7 +304,7 @@ |
|
|
block discarded – undo |
|
304
|
304
|
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, $type); |
|
305
|
305
|
} |
|
306
|
306
|
// Grab query string. |
|
307
|
|
- $query = property_exists($this, 'query') && $this->query ? '?' . $this->param($this->query) : ''; |
|
|
307
|
+ $query = property_exists($this, 'query') && $this->query ? '?'.$this->param($this->query) : ''; |
|
308
|
308
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); |
|
309
|
309
|
// Set additional headers. |
|
310
|
310
|
$headers = []; |
Please login to merge, or discard this patch.