Skip to content

Commit

Permalink
Merge pull request #3 from 8ctopus/dev-fix-options
Browse files Browse the repository at this point in the history
Make it possible to override curl options
  • Loading branch information
brentscheffler authored May 12, 2024
2 parents 399302e + 5998313 commit 7aad232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handler/CurlHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct(
}

$this->curlHandle = $handle;
$this->options += $curl_options;
$this->options = $curl_options + $this->options;
}

/**
Expand Down

0 comments on commit 7aad232

Please sign in to comment.