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 8900ce4 commit e3c97e0Copy full SHA for e3c97e0
DependencyInjection/Compiler/CachePoolPass.php
@@ -30,7 +30,7 @@ public function process(ContainerBuilder $container)
30
{
31
$namespaceSuffix = '';
32
33
- foreach (array('name', 'root_dir', 'environment', 'debug') as $key) {
+ foreach (array('name', 'root_dir', 'environment') as $key) {
34
if ($container->hasParameter('kernel.'.$key)) {
35
$namespaceSuffix .= '.'.$container->getParameter('kernel.'.$key);
36
}
0 commit comments