Skip to content

Commit 2558173

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix merge
2 parents 04ac136 + 789fd47 commit 2558173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/AbstractConfigCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function findExtension(string $name): ExtensionInterface
9292
}
9393
}
9494

95-
$container = $this->getContainerBuilder();
95+
$container = $this->getContainerBuilder($kernel);
9696

9797
if ($container->hasExtension($name)) {
9898
return $container->getExtension($name);

0 commit comments

Comments
 (0)