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.
1 parent a2de717 commit f16dac0Copy full SHA for f16dac0
performance.rst
@@ -80,7 +80,7 @@ container into a single file, which could improve performance when using
80
// config/services.php
81
82
// ...
83
- $container->setParameter('container.dumper.inline_factories', true);
+ $container->parameters()->set('container.dumper.inline_factories', true);
84
85
.. _performance-use-opcache:
86
0 commit comments