Skip to content

Commit

Permalink
Merge pull request #171 from Nascom/master
Browse files Browse the repository at this point in the history
php 8 support
  • Loading branch information
thybag authored Nov 2, 2021
2 parents 7b0d6dc + 75e211e commit 6f03a95
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 6f03a95

Please sign in to comment.