@@ -28,7 +28,7 @@ |
||
| 28 | 28 | */ |
| 29 | 29 | public function get(string $from, string $to, float $amount) |
| 30 | 30 | { |
| 31 | - $params = ['from' => $from, 'to' => $to, 'amount' => $amount]; |
|
| 31 | + $params = [ 'from' => $from, 'to' => $to, 'amount' => $amount ]; |
|
| 32 | 32 | return $this->client->get(self::ENDPOINT.'?'.http_build_query($params)); |
| 33 | 33 | } |
| 34 | 34 | } |