We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fc206 commit aca2330Copy full SHA for aca2330
service_container/lazy_services.rst
@@ -86,7 +86,7 @@ itself when being accessed for the first time). The same happens when calling
86
To check if your lazy service works you can check the interface of the received object::
87
88
dump(class_implements($service));
89
- // the output should include "Symfony\Component\VarExporter\LazyGhostObjectInterface"
+ // the output should include "Symfony\Component\VarExporter\ObjectInterface"
90
91
You can also configure your service's laziness thanks to the
92
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\Autoconfigure` attribute.
0 commit comments