We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478aeaf commit 7920ba7Copy full SHA for 7920ba7
src/Ubiquity/servers/react/ReactServer.php
@@ -48,7 +48,7 @@ function (\Psr\Http\Message\ServerRequestInterface $request) use($config,$httpIn
48
\Ubiquity\controllers\Startup::run($config);
49
$content=ob_get_clean();
50
51
- return new \React\Http\Response(http_response_code(),$headers,$content);
+ return new \React\Http\Response($httpInstance->getResponseCode(),$headers,$content);
52
}
53
]);
54
0 commit comments