Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  Update service_subscribers_locators.rst
  • Loading branch information
OskarStark committed Jul 18, 2024
2 parents 85cf02b + b32e97d commit 78a7653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_container/service_subscribers_locators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ get the value used to index the services:
class CommandBus
{
public function __construct(
#[AutowireLocator('app.handler', 'defaultIndexMethod: 'getLocatorKey')]
#[AutowireLocator('app.handler', defaultIndexMethod: 'getLocatorKey')]
private ContainerInterface $locator,
) {
}
Expand Down

0 comments on commit 78a7653

Please sign in to comment.