Code smells and bugs resolve 10
continuous-integration/drone/push Build is passing Details

master
Alexis 2 years ago
parent 071b3f4fd4
commit 966e961c1b

@ -20,7 +20,8 @@ class ModelCandidate
private Client $client; private Client $client;
public function __construct(){ public function __construct()
{
$this->client = new Client(['headers' => ['Content-Type' => 'application/json'], 'verify' => false]); $this->client = new Client(['headers' => ['Content-Type' => 'application/json'], 'verify' => false]);
} }

Loading…
Cancel
Save