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 bc67e94 + c8a638f commit aaf08f6Copy full SHA for aaf08f6
lib/private/Route/CachingRouter.php
@@ -74,6 +74,8 @@ private function serializeRouteCollection(RouteCollection $collection): array {
74
* @return array
75
*/
76
public function findMatchingRoute(string $url): array {
77
+ return parent::findMatchingRoute($url);
78
+
79
$this->eventLogger->start('cacheroute:match', 'Match route');
80
$key = $this->context->getHost() . '#' . $this->context->getBaseUrl() . '#rootCollection';
81
$cachedRoutes = $this->cache->get($key);
0 commit comments