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.
1 parent 62cb443 commit 040edfeCopy full SHA for 040edfe
src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php
@@ -95,7 +95,7 @@ private function initializeBundles()
95
// Re-build bundle manually to initialize DI extensions that can be extended by other bundles in their build() method
96
// as this method is not called when the container is loaded from the cache.
97
$container = $this->getContainerBuilder();
98
- $bundles = $this->getContainer()->get('kernel')->registerBundles();
+ $bundles = $this->getContainer()->get('kernel')->getBundles();
99
foreach ($bundles as $bundle) {
100
if ($extension = $bundle->getContainerExtension()) {
101
$container->registerExtension($extension);
0 commit comments