Skip to content

Commit 164585d

Browse files
committed
minor #19087 Update performance.rst to use $container->getParameterBag() (gnumoksha)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- Update performance.rst to use $container->getParameterBag() there is no `$container->parameters()` Commits ------- 48db6a2 Update performance.rst to use $container->getParameterBag()
2 parents 41bf609 + 48db6a2 commit 164585d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ container into a single file, which could improve performance when using
8181
// config/services.php
8282
8383
// ...
84-
$container->parameters()->set('.container.dumper.inline_factories', true);
84+
$configurator->parameters()->set('.container.dumper.inline_factories', true);
8585
8686
.. _performance-use-opcache:
8787

0 commit comments

Comments
 (0)