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 678bc1b commit 3825c07Copy full SHA for 3825c07
HttpCache/HttpCache.php
@@ -54,7 +54,7 @@ public function __construct(HttpKernelInterface $kernel, $cacheDir = null)
54
protected function forward(Request $request, $raw = false, Response $entry = null)
55
{
56
$this->getKernel()->boot();
57
- $this->getKernel()->getContainer()->set('cache', $this); // to be removed in 4.0?
+ $this->getKernel()->getContainer()->set('cache', $this);
58
59
return parent::forward($request, $raw, $entry);
60
}
0 commit comments