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 a796c12 + 3015f12 commit b4bbe22Copy full SHA for b4bbe22
symfony/framework-bundle/4.2/src/Kernel.php
@@ -33,7 +33,7 @@ public function getProjectDir(): string
33
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader): void
34
{
35
$container->addResource(new FileResource($this->getProjectDir().'/config/bundles.php'));
36
- $container->setParameter('container.dumper.inline_class_loader', \PHP_VERSION_ID < 70400);
+ $container->setParameter('container.dumper.inline_class_loader', \PHP_VERSION_ID < 70400 || $this->debug);
37
$container->setParameter('container.dumper.inline_factories', true);
38
$confDir = $this->getProjectDir().'/config';
39
0 commit comments