Skip to content

Commit c786798

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #486
2 parents 3ad0ef2 + be55b93 commit c786798

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

symfony/framework-bundle/4.2/src/Kernel.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ public function registerBundles()
4040
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader)
4141
{
4242
$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);
4643
$container->setParameter('container.dumper.inline_class_loader', true);
4744
$confDir = $this->getProjectDir().'/config';
4845

0 commit comments

Comments
 (0)