From a921305bf6d1aeb604faf4d6253025d78c4b1810 Mon Sep 17 00:00:00 2001 From: Davis L P Peixoto Date: Mon, 14 Apr 2014 16:43:14 -0300 Subject: [PATCH] Fixing namespaces for core classes. --- src/Davispeixoto/ForceDotComToolkitForPhp/SforceSoapClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Davispeixoto/ForceDotComToolkitForPhp/SforceSoapClient.php b/src/Davispeixoto/ForceDotComToolkitForPhp/SforceSoapClient.php index 6c64403..9e1e7ec 100644 --- a/src/Davispeixoto/ForceDotComToolkitForPhp/SforceSoapClient.php +++ b/src/Davispeixoto/ForceDotComToolkitForPhp/SforceSoapClient.php @@ -34,7 +34,7 @@ // the element has a xsi:type attribute with value 'string', it drops the // string content into the parsed output and loses the tag name. Removing the // xsi:type forces PHP SOAP to just leave the tags intact -class SforceSoapClient extends SoapClient { +class SforceSoapClient extends \SoapClient { public function __doRequest($request, $location, $action, $version, $one_way = 0) { $response = parent::__doRequest($request, $location, $action, $version, $one_way);