Skip to content

Commit

Permalink
[FrameworkBundle] Removed the kernel.debug parameter from the cache p…
Browse files Browse the repository at this point in the history
…ool namespace seed
  • Loading branch information
Sander-Toonen committed Dec 7, 2016
1 parent ea78cf8 commit 8e1dac5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ public function process(ContainerBuilder $container)
{
$namespaceSuffix = '';

foreach (array('name', 'root_dir', 'environment', 'debug') as $key) {
foreach (array('name', 'root_dir', 'environment') as $key) {
if ($container->hasParameter('kernel.'.$key)) {
$namespaceSuffix .= '.'.$container->getParameter('kernel.'.$key);
}
Expand Down

0 comments on commit 8e1dac5

Please sign in to comment.