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 3ad0ef2 + be55b93 commit c786798Copy full SHA for c786798
symfony/framework-bundle/4.2/src/Kernel.php
@@ -40,9 +40,6 @@ public function registerBundles()
40
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader)
41
{
42
$container->addResource(new FileResource($this->getProjectDir().'/config/bundles.php'));
43
- // Feel free to remove the "container.autowiring.strict_mode" parameter
44
- // if you are using symfony/dependency-injection 4.0+ as it's the default behavior
45
- $container->setParameter('container.autowiring.strict_mode', true);
46
$container->setParameter('container.dumper.inline_class_loader', true);
47
$confDir = $this->getProjectDir().'/config';
48
0 commit comments