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 2b25a7c commit 15e22acCopy full SHA for 15e22ac
src/Routing/RouterListener.php
@@ -73,7 +73,7 @@ public function onAfterRouting(GetResponseEvent $event)
73
74
if ($request->attributes->has('_cache_hit')) {
75
$request->attributes->remove('_cache_hit');
76
- // object is in cache all ready
+ // object is in cache already
77
return;
78
}
79
0 commit comments