We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a7ff01 + e182fd6 commit 41d69f8Copy full SHA for 41d69f8
1 file changed
src/PHPRenderer.php
@@ -67,6 +67,8 @@ public function render(ResponseInterface $response, $template, array $data = [])
67
$render($this->templatePath . $template, $data);
68
$output = ob_get_clean();
69
70
- return $response->getBody()->write($output);
+ $response->getBody()->write($output);
71
+
72
+ return $response;
73
}
74
0 commit comments