Updated visibility from private to protected

This commit is contained in:
Rémi Marseille 2014-04-22 21:53:14 +02:00
parent 9ac755d86e
commit cdfc3cd5bd
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;