Fixed typo
This commit is contained in:
parent
9ce673b8cb
commit
24a912b50d
|
@ -39,7 +39,7 @@ class SoapClientBuilder extends AbstractSoapBuilder
|
|||
{
|
||||
$this->validateOptions();
|
||||
|
||||
return new SoapClient($this->optionWsdl, $this->getSoapOptions() + $this->soapOptionAuthentication);
|
||||
return new SoapClient($this->wsdl, $this->getSoapOptions() + $this->soapOptionAuthentication);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue