Skip to content

Commit 789fd47

Browse files
Fix merge
1 parent b5ef993 commit 789fd47

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
@@ -98,7 +98,7 @@ protected function findExtension(string $name)
9898
}
9999
}
100100

101-
$container = $this->getContainerBuilder();
101+
$container = $this->getContainerBuilder($kernel);
102102

103103
if ($container->hasExtension($name)) {
104104
return $container->getExtension($name);

0 commit comments

Comments
 (0)