Skip to content

Commit 7a8de0d

Browse files
Also populate respoonse from download
1 parent e5b5ed6 commit 7a8de0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ObjectStore/v1/Models/Object.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public function retrieve()
101101
public function download(): StreamInterface
102102
{
103103
$response = $this->executeWithState($this->api->getObject());
104+
$this->populateFromResponse($response);
104105
return $response->getBody();
105106
}
106107

0 commit comments

Comments
 (0)