Skip to content

Commit 809073f

Browse files
authored
Merge pull request #190 from sebdesign/master
Add support for PHP 8
2 parents 48f16b0 + 27bf690 commit 809073f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Artisaninweb/SoapWrapper/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Client extends SoapClient
2020
*/
2121
public function __construct($wsdl, $options, array $headers = [])
2222
{
23-
parent::SoapClient($wsdl, $options);
23+
parent::__construct($wsdl, $options);
2424

2525
if (!empty($headers)) {
2626
$this->headers($headers);

0 commit comments

Comments
 (0)