Skip to content

Commit

Permalink
Merge pull request symfony#379
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] authored Mar 13, 2018
2 parents 6a6b3f9 + e690730 commit 37a4bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symfony/framework-bundle/3.3/src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function registerBundles()

protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader)
{
$container->addResource(new FileResource($this->getProjectDir().'/config/bundles.php'));
// Feel free to remove the "container.autowiring.strict_mode" parameter
// if you are using symfony/dependency-injection 4.0+ as it's the default behavior
$container->setParameter('container.autowiring.strict_mode', true);
Expand Down

0 comments on commit 37a4bc0

Please sign in to comment.