Skip to content

Commit 78a7653

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Update service_subscribers_locators.rst
2 parents 85cf02b + b32e97d commit 78a7653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ get the value used to index the services:
802802
class CommandBus
803803
{
804804
public function __construct(
805-
#[AutowireLocator('app.handler', 'defaultIndexMethod: 'getLocatorKey')]
805+
#[AutowireLocator('app.handler', defaultIndexMethod: 'getLocatorKey')]
806806
private ContainerInterface $locator,
807807
) {
808808
}

0 commit comments

Comments
 (0)