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 1f59eff commit ea2aa54Copy full SHA for ea2aa54
Kernel/MicroKernelTrait.php
@@ -142,10 +142,6 @@ public function registerContainerConfiguration(LoaderInterface $loader)
142
}
143
144
$container->setAlias(static::class, 'kernel')->setPublic(true);
145
-
146
- if (!$container->hasParameter('container.dumper.inline_factories')) {
147
- $container->setParameter('container.dumper.inline_factories', false);
148
- }
149
});
150
151
0 commit comments