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 6152ca7 commit 7b85e24Copy full SHA for 7b85e24
src/RouteBundle.php
@@ -56,7 +56,8 @@ public static function createFromRoute(string $uri): self
56
}
57
58
59
- if (isset($key)) {
+ // Re-check the config in case one of the included items requested cache exemption
60
+ if ($config->useCache && isset($key)) {
61
cache()->save($key, $bundle);
62
63
0 commit comments