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.
2 parents 0b01aa9 + 0f55480 commit 2a21524Copy full SHA for 2a21524
src/Pecee/SimpleRouter/Router.php
@@ -562,7 +562,6 @@ protected function handleException(Exception $e): ?string
562
563
if ($this->request->getRewriteRoute() !== null) {
564
$this->processedRoutes[] = $this->request->getRewriteRoute();
565
- $this->request->setHasPendingRewrite(false);
566
}
567
568
return $this->routeRequest();
0 commit comments