Skip to content

Commit 9352c61

Browse files
authored
Update Cord.php
1 parent 62af7c5 commit 9352c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ protected function fetch()
272272

273273
if ($this->asXml) {
274274
$xmlResponse = simplexml_load_string($xmlResponse);
275-
$xmlResponse = $xmlResponse->xpath('//Data')[0]->asXML();
275+
$xmlResponse = $xmlResponse->xpath('//Data')->asXML();
276276

277277
return $xmlResponse;
278278
}

0 commit comments

Comments
 (0)