@@ -53,7 +53,7 @@ |
||
53 | 53 | try { |
54 | 54 | $response = $this->client->request( |
55 | 55 | 'GET', |
56 | - '/random?' . http_build_query($options) |
|
56 | + '/random?'.http_build_query($options) |
|
57 | 57 | ); |
58 | 58 | $decodedJson = json_decode((string) $response->getBody()); |
59 | 59 | return new Word( |