Skip to content

Commit

Permalink
Finally
Browse files Browse the repository at this point in the history
  • Loading branch information
davispeixoto committed Mar 28, 2014
1 parent 0b16ab8 commit 121047a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
class SforceEnterpriseClient extends SforceBaseClient {
const ENTERPRISE_NAMESPACE = 'urn:enterprise.soap.sforce.com';

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

Expand Down

0 comments on commit 121047a

Please sign in to comment.