Fix init for windows

This commit is contained in:
René Preuß
2021-07-24 13:23:58 +02:00
parent 26672908f1
commit c90ad43a3c
5 changed files with 59 additions and 26 deletions

View File

@@ -9,6 +9,7 @@ class Client
public function __construct()
{
$this->client = new \GuzzleHttp\Client([
'http_errors' => false,
'base_uri' => 'https://api.bunny.net/',
]);
}