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.
2 parents 04b4e27 + 4861a36 commit d027546Copy full SHA for d027546
symfony/framework-bundle/3.3/src/Kernel.php
@@ -37,6 +37,7 @@ public function registerBundles()
37
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader)
38
{
39
$container->setParameter('container.autowiring.strict_mode', true);
40
+ $container->setParameter('container.dumper.inline_class_loader', true);
41
$confDir = $this->getProjectDir().'/config';
42
$loader->load($confDir.'/packages/*'.self::CONFIG_EXTS, 'glob');
43
if (is_dir($confDir.'/packages/'.$this->environment)) {
0 commit comments