8000 Merge branch '6.0' into 6.1 · symfony/symfony@90164c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90164c1

Browse files
Merge branch '6.0' into 6.1
* 6.0: Fix merge
2 parents 6fef5b4 + d3488af commit 90164c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0