We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48f16b0 + 27bf690 commit 809073fCopy full SHA for 809073f
src/Artisaninweb/SoapWrapper/Client.php
@@ -20,7 +20,7 @@ class Client extends SoapClient
20
*/
21
public function __construct($wsdl, $options, array $headers = [])
22
{
23
- parent::SoapClient($wsdl, $options);
+ parent::__construct($wsdl, $options);
24
25
if (!empty($headers)) {
26
$this->headers($headers);
0 commit comments