Skip to content

Commit

Permalink
🚚 allow 4** HTTP responses to be rendered normally by router. (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar-koli authored and QWp6t committed Jan 25, 2024
1 parent 4b5caa4 commit 868f5af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Roots/Acorn/Bootloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ protected function handleRequest(
if (
$response instanceof \Symfony\Component\HttpFoundation\Response
&& ! $response->isServerError()
&& $response->getStatusCode() >= 400
) {
return;
}
Expand Down

0 comments on commit 868f5af

Please sign in to comment.