8000 Fix merge · symfony/symfony@b0840e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0840e9

Browse files
Fix merge
1 parent b60168a commit b0840e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
110110
if ($extension instanceof ConfigurationInterface) {
111111
$configuration = $extension;
112112
} else {
113-
$configuration = $extension->getConfiguration([], $this->getContainerBuilder());
113+
$configuration = $extension->getConfiguration([], $this->getContainerBuilder($this->getApplication()->getKernel()));
114114
}
115115

116116
$this->validateConfiguration($extension, $configuration);

0 commit comments

Comments
 (0)
0