Skip to content

Commit dc70186

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Update lazy_services.rst
2 parents ab064c7 + b7f3c6f commit dc70186

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
@@ -116,7 +116,7 @@ You can also configure laziness when your service is injected with the
116116
}
117117

118118
This attribute also allows you to define the interfaces to proxy when using
119-
laziness, and supports lazy-autowiring of intersection types::
119+
laziness, and supports lazy-autowiring of union types::
120120

121121
public function __construct(
122122
#[Autowire(service: 'foo', lazy: FooInterface::class)]

0 commit comments

Comments
 (0)