Skip to content

Commit b5ef993

Browse files
Fix merge
1 parent 1326d30 commit b5ef993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)