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 0970bd0 + 5986dc9 commit 4d1caddCopy full SHA for 4d1cadd
src/Pecee/SimpleRouter/Router.php
@@ -562,6 +562,7 @@ 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