Created
November 28, 2019 02:15
-
-
Save andreia/bb20cc6f486df75c460fe6b54d306e80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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