response->getBody(); $body->write('This works too!'); return $this->response->withBody($body) ->withStatus(200); } }