Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 24, 2024
1 parent bcc6cdb commit 646e77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 646e77b

Please sign in to comment.