@@ -27,7 +27,7 @@ |
||
| 27 | 27 | { |
| 28 | 28 | $this->url = $url; |
| 29 | 29 | $this->login = $login; |
| 30 | - $this->client = $client?: new Client(); |
|
| 30 | + $this->client = $client ?: new Client(); |
|
| 31 | 31 | $this->password = $password; |
| 32 | 32 | } |
| 33 | 33 | |