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 a4b116b commit e565d4aCopy full SHA for e565d4a
Command/ConfigDebugCommand.php
@@ -90,7 +90,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
90
$output->writeln(sprintf('# Current configuration for "%s"', $name));
91
}
92
93
- $output->writeln(Yaml::dump(array($extension->getAlias() => $config), 10));
+ $output->writeln(Yaml::dump(array($extension->getAlias() => $container->getParameterBag()->resolveValue($config)), 10));
94
95
96
private function compileContainer()
0 commit comments