Skip to content

Commit

Permalink
Merge pull request #1 from Nascom/php8-support
Browse files Browse the repository at this point in the history
Added php8 support
  • Loading branch information
BramG authored Jul 30, 2021
2 parents 7b0d6dc + 6672adf commit 75e211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thybag/Auth/SoapClientAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct($wsdl, $options = NULL) {
\Thybag\Auth\StreamWrapperHttpAuth::$Password = $this->Password;
}

parent::SoapClient($wsdl, ($options ? $options : array()));
parent::__construct($wsdl, ($options ? $options : array()));

stream_wrapper_restore('http');
if (in_array("https", $wrappers)) stream_wrapper_restore('https');
Expand Down

0 comments on commit 75e211e

Please sign in to comment.