From 646e77b66caee92a7f497d6bcf05f5ea8090be87 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 24 Jul 2024 23:11:29 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 8fa3206..9d31437 100644 --- a/src/functions.php +++ b/src/functions.php @@ -50,7 +50,7 @@ function download(string $url, string $destination, ?string $proxy = null, bool */ function fetch(string $url, ?string $proxy = null, bool $verifySsl = true): string { - $client = new Client(); + $client = new Client; $response = $client->get($url, array_merge([ 'verify' => $verifySsl,