Skip to content

Commit b32e97d

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Update service_subscribers_locators.rst
2 parents cf3a0aa + 7a889ab commit b32e97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ get the value used to index the services:
776776
class CommandBus
777777
{
778778
public function __construct(
779-
#[TaggedLocator('app.handler', 'defaultIndexMethod: 'getLocatorKey')]
779+
#[TaggedLocator('app.handler', defaultIndexMethod: 'getLocatorKey')]
780780
private ContainerInterface $locator,
781781
) {
782782
}

0 commit comments

Comments
 (0)