We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9a80ac + 3bc2b0c commit 05da76fCopy full SHA for 05da76f
src/EventListener/TagListener.php
@@ -69,7 +69,6 @@ public function onKernelResponse(ResponseEvent $event): void
69
if ($this->cacheableRule->matches($request, $response)) {
70
// For safe requests (GET and HEAD), set cache tags on response
71
$this->symfonyResponseTagger->addTags($tags);
72
- // BC for symfony < 5.3
73
if ($event->isMainRequest()) {
74
$this->symfonyResponseTagger->tagSymfonyResponse($response);
75
}
0 commit comments