We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e81be commit 2013117Copy full SHA for 2013117
service_container/lazy_services.rst
@@ -121,7 +121,7 @@ You can also configure laziness when your service is injected with the
121
}
122
123
This attribute also allows you to define the interfaces to proxy when using
124
-laziness, and supports lazy-autowiring of intersection types::
+laziness, and supports lazy-autowiring of union types::
125
126
public function __construct(
127
#[Autowire(service: 'foo', lazy: FooInterface::class)]
0 commit comments