diff --git a/src/ClientAbstracts.php b/src/ClientAbstracts.php index 2b04498..08006e8 100644 --- a/src/ClientAbstracts.php +++ b/src/ClientAbstracts.php @@ -67,9 +67,6 @@ abstract class ClientAbstracts implements IClient */ public function getBody(): string|ResponseInterface|null { - if ($this->body instanceof ResponseInterface) { - return $this->body->getBody()->getContents(); - } return $this->body; }