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 18e2f98 commit 98e5919Copy full SHA for 98e5919
Classes/Middleware/FallbackMiddleware.php
@@ -61,7 +61,7 @@ protected function handleViaFallback(ServerRequestInterface $request): ResponseI
61
}
62
63
$possibleStaticFile = $this->identifierBuilder->getFilepath((string) $uri);
64
-
+
65
$config = $this->getCacheConfiguration($possibleStaticFile);
66
67
if (isset($config['invalidAtTimestamp']) && $config['invalidAtTimestamp'] < time()) {
0 commit comments