Skip to content

Commit

Permalink
One more tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Dec 14, 2023
1 parent 4d167fc commit 9e86142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

$services->set('babdev_websocket_server.message_handler_resolver.psr_container', PsrContainerMessageHandlerResolver::class)
->args([
tagged_locator('babdev.websocket_server.message_handler'),
tagged_locator('babdev_websocket_server.message_handler'),
])
;
$services->alias(MessageHandlerResolver::class, 'babdev_websocket_server.message_handler_resolver.psr_container');
Expand Down

0 comments on commit 9e86142

Please sign in to comment.