Skip to content

Commit 1aa77bc

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Updating class name of lazy ghost interface
2 parents b9ef254 + 877094b commit 1aa77bc

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\LazyGhostObjectInterface"
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)