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.
2 parents 426e390 + 2558173 commit ac5f8deCopy full SHA for ac5f8de
Command/AbstractConfigCommand.php
@@ -92,7 +92,7 @@ protected function findExtension(string $name): ExtensionInterface
92
}
93
94
95
- $container = $this->getContainerBuilder();
+ $container = $this->getContainerBuilder($kernel);
96
97
if ($container->hasExtension($name)) {
98
return $container->getExtension($name);
0 commit comments