Skip to content

Commit e3c97e0

Browse files
author
Sander Toonen
committed
[FrameworkBundle] Removed the kernel.debug parameter from the cache pool namespace seed
1 parent 8900ce4 commit e3c97e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Compiler/CachePoolPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function process(ContainerBuilder $container)
3030
{
3131
$namespaceSuffix = '';
3232

33-
foreach (array('name', 'root_dir', 'environment', 'debug') as $key) {
33+
foreach (array('name', 'root_dir', 'environment') as $key) {
3434
if ($container->hasParameter('kernel.'.$key)) {
3535
$namespaceSuffix .= '.'.$container->getParameter('kernel.'.$key);
3636
}

0 commit comments

Comments
 (0)