We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7611c41 + 0393507 commit 828c507Copy full SHA for 828c507
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