@@ -40,7 +40,7 @@ |
||
| 40 | 40 | * @param string $method |
| 41 | 41 | * @param array $options |
| 42 | 42 | */ |
| 43 | - public function __construct(string $url, string $method = "GET", $options = []) |
|
| 43 | + public function __construct(string $url, string $method = "GET", $options = []) |
|
| 44 | 44 | { |
| 45 | 45 | $this->client = new Client(); |
| 46 | 46 | $this->url = $url; |