@@ -29,6 +29,6 @@ |
||
29 | 29 | 'headers' => ['content-type' => 'application/json', 'Accept' => 'application/json'], |
30 | 30 | 'json' => $request->toArray() |
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 | } |