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

master
Alexis 2 years ago
parent 321c3b9ee9
commit 071b3f4fd4

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

Loading…
Cancel
Save