Merge pull request #30 from mremi/method-visibility

Updated visibility from private to protected
This commit is contained in:
Francis Besset 2014-04-24 08:36:23 +02:00
commit f986400dc2
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ class SoapClient extends \SoapClient
*
* @return string
*/
private function loadWsdl($wsdl, array $options)
protected function loadWsdl($wsdl, array $options)
{
// option to resolve wsdl/xsd includes
$resolveRemoteIncludes = true;