Skip to content

Commit ea2aa54

Browse files
Revert to container.dumper.inline_factories=false by default
1 parent 1f59eff commit ea2aa54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Kernel/MicroKernelTrait.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ public function registerContainerConfiguration(LoaderInterface $loader)
142142
}
143143

144144
$container->setAlias(static::class, 'kernel')->setPublic(true);
145-
146-
if (!$container->hasParameter('container.dumper.inline_factories')) {
147-
$container->setParameter('container.dumper.inline_factories', false);
148-
}
149145
});
150146
}
151147

0 commit comments

Comments
 (0)