|
@@ -29,6 +29,6 @@ |
|
|
block discarded – undo |
|
29
|
29
|
'headers' => ['content-type' => 'application/json', 'Accept' => 'application/json'], |
|
30
|
30
|
'body' => json_encode($request->toArray(), 320) |
|
31
|
31
|
]; |
|
32
|
|
- return json_decode($this->client->request($request->method(),$this->base_url.$request->path(), $options)->getBody()); |
|
|
32
|
+ return json_decode($this->client->request($request->method(), $this->base_url.$request->path(), $options)->getBody()); |
|
33
|
33
|
} |
|
34
|
34
|
} |
Please login to merge, or discard this patch.