Skip to content

Commit

Permalink
Fixing namespaces for core classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
davispeixoto committed Apr 14, 2014
1 parent 0fc71fe commit a921305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a921305

Please sign in to comment.