We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828c507 commit eec7f40Copy full SHA for eec7f40
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\ObjectInterface"
+ // the output should include "Symfony\Component\VarExporter\LazyObjectInterface"
90
91
You can also configure your service's laziness thanks to the
92
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\Autoconfigure` attribute.
0 commit comments