Skip to content

Commit eec7f40

Browse files
committed
Tweak
1 parent 828c507 commit eec7f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/lazy_services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ itself when being accessed for the first time). The same happens when calling
8686
To check if your lazy service works you can check the interface of the received object::
8787

8888
dump(class_implements($service));
89-
// the output should include "Symfony\Component\VarExporter\ObjectInterface"
89+
// the output should include "Symfony\Component\VarExporter\LazyObjectInterface"
9090

9191
You can also configure your service's laziness thanks to the
9292
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\Autoconfigure` attribute.

0 commit comments

Comments
 (0)