Skip to content

Instantly share code, notes, and snippets.

@andreia
Created November 28, 2019 02:15
Show Gist options
  • Save andreia/bb20cc6f486df75c460fe6b54d306e80 to your computer and use it in GitHub Desktop.
Save andreia/bb20cc6f486df75c460fe6b54d306e80 to your computer and use it in GitHub Desktop.
class Kernel extends BaseKernel
{
// ...
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader): void
{
// ...
$container->setParameter('container.dumper.inline_factories', true);
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment