Skip to content

Commit 61b7534

Browse files
fix merge
1 parent dd82ca8 commit 61b7534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ protected function dumpContainer(ConfigCache $cache, ContainerBuilder $container
657657
'file' => $cache->getPath(),
658658
'as_files' => true,
659659
'debug' => $this->debug,
660-
'hot_path_tag' => !$this->loadClassCache ? 'container.hot_path' : null,
660+
'hot_path_tag' => 'container.hot_path',
661661
));
662662

663663
$rootCode = array_pop($content);

0 commit comments

Comments
 (0)