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 46b9385 + 3407eee commit fc05ce3Copy full SHA for fc05ce3
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