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.
2 parents ab064c7 + b7f3c6f commit dc70186Copy full SHA for dc70186
service_container/lazy_services.rst
@@ -116,7 +116,7 @@ You can also configure laziness when your service is injected with the
116
}
117
118
This attribute also allows you to define the interfaces to proxy when using
119
-laziness, and supports lazy-autowiring of intersection types::
+laziness, and supports lazy-autowiring of union types::
120
121
public function __construct(
122
#[Autowire(service: 'foo', lazy: FooInterface::class)]
0 commit comments