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 6a6b3f9 + e690730 commit 37a4bc0Copy full SHA for 37a4bc0
symfony/framework-bundle/3.3/src/Kernel.php
@@ -36,6 +36,7 @@ public function registerBundles()
36
37
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader)
38
{
39
+ $container->addResource(new FileResource($this->getProjectDir().'/config/bundles.php'));
40
// Feel free to remove the "container.autowiring.strict_mode" parameter
41
// if you are using symfony/dependency-injection 4.0+ as it's the default behavior
42
$container->setParameter('container.autowiring.strict_mode', true);
0 commit comments