Skip to content

Commit

Permalink
Merge pull request developerforce#1 from diolemo/patch-2
Browse files Browse the repository at this point in the history
Update SforceEnterpriseClient.php
  • Loading branch information
inewswire authored Feb 24, 2019
2 parents 0cdee35 + 1121fe5 commit 2128093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soapclient/SforceEnterpriseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class SforceEnterpriseClient extends SforceBaseClient {
const ENTERPRISE_NAMESPACE = 'urn:enterprise.soap.sforce.com';

function SforceEnterpriseClient() {
function __construct() {
$this->namespace = self::ENTERPRISE_NAMESPACE;
}

Expand Down

0 comments on commit 2128093

Please sign in to comment.