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 441aefe commit 8b652d6Copy full SHA for 8b652d6
service_container/lazy_services.rst
@@ -31,6 +31,11 @@ until you interact with the proxy in some way.
31
In PHP versions prior to 8.0 lazy services do not support parameters with
32
default values for built-in PHP classes (e.g. ``PDO``).
33
34
+.. versionadded:: 6.2
35
+
36
+ Starting from Symfony 6.2, service laziness is supported out of the box
37
+ without having to install any additional package.
38
39
Configuration
40
-------------
41
0 commit comments