Skip to content

Commit 7a14497

Browse files
committed
Merge branch 'develop'
2 parents beff036 + 8b5b8be commit 7a14497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockerClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function getContainerLogs($id, $level = 'all')
271271
try {
272272
$response = $this->request('GET', $endpoint, [], false);
273273

274-
$text = $response->getBody()->getContents();
274+
$text = $response->getContent();
275275
$text = utf8_encode($text);
276276

277277
return $text;

0 commit comments

Comments
 (0)