Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Bugfix for HHVM compatibility #72

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions soapclient/SforceEnterpriseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
*/
class SforceEnterpriseClient extends SforceBaseClient {
const ENTERPRISE_NAMESPACE = 'urn:enterprise.soap.sforce.com';

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