diff --git a/src/Rest/RestClient.php b/src/Rest/RestClient.php index 490cec045bde19f8500186268ecaee87ab253aa3..56d365725e1e5a85ef1877c0d581d5337ceb8826 100644 --- a/src/Rest/RestClient.php +++ b/src/Rest/RestClient.php @@ -404,6 +404,9 @@ class RestClient implements RestClientInterface { } } } + else { + $sobjects[$object['name']] = $object; + } } return $sobjects; }