Skip to content

Commit a48d5bd

Browse files
Merge branch '3.3' into 3.4
* 3.3: remove useless comment fix merge
2 parents c6ab0c4 + 3825c07 commit a48d5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpCache/HttpCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct(HttpKernelInterface $kernel, $cacheDir = null)
5454
protected function forward(Request $request, $raw = false, Response $entry = null)
5555
{
5656
$this->getKernel()->boot();
57-
$this->getKernel()->getContainer()->set('cache', $this); // to be removed in 4.0?
57+
$this->getKernel()->getContainer()->set('cache', $this);
5858

5959
return parent::forward($request, $raw, $entry);
6060
}

0 commit comments

Comments
 (0)