Skip to content

Commit

Permalink
Merge pull request #190 from sebdesign/master
Browse files Browse the repository at this point in the history
Add support for PHP 8
  • Loading branch information
notfalsedev authored May 4, 2021
2 parents 48f16b0 + 27bf690 commit 809073f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Artisaninweb/SoapWrapper/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Client extends SoapClient
*/
public function __construct($wsdl, $options, array $headers = [])
{
parent::SoapClient($wsdl, $options);
parent::__construct($wsdl, $options);

if (!empty($headers)) {
$this->headers($headers);
Expand Down

0 comments on commit 809073f

Please sign in to comment.