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 3fe71d7 + 67b920a commit 6c2ec54Copy full SHA for 6c2ec54
symfony/framework-bundle/3.3/src/Kernel.php
@@ -36,6 +36,8 @@ public function registerBundles()
36
37
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader)
38
{
39
+ // Feel free to remove the "container.autowiring.strict_mode" parameter
40
+ // if you are using symfony/dependency-injection 4.0+ as it's the default behavior
41
$container->setParameter('container.autowiring.strict_mode', true);
42
$container->setParameter('container.dumper.inline_class_loader', true);
43
$confDir = $this->getProjectDir().'/config';
0 commit comments