@@ -47,7 +47,7 @@ |
||
47 | 47 | |
48 | 48 | // extract the instance portion of the URL. |
49 | 49 | preg_match('/https:\/\/(.*)\.salesforce\.com/', $this->serverUrl, $matches); |
50 | - $this->instance = $matches[1]; |
|
50 | + $this->instance = $matches[1]; |
|
51 | 51 | } catch (\Exception $e) { |
52 | 52 | throw new SFClientException('SF Api waiting behavior changed. Parse response error: ' . $e->getMessage()); |
53 | 53 | } |