Skip to content

Commit 46d24ca

Browse files
committed
Clarify CommandBus usage in commands-and-queries.md by consolidating description
1 parent e4ae783 commit 46d24ca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/commands-and-queries.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ The handler is auto-discovered and configured — no manual service tagging requ
6565
6666
### CommandBus
6767

68-
The `CommandBus` interface dispatches commands to their handlers.
69-
70-
Inject it wherever you need to dispatch commands:
68+
The `CommandBus` interface dispatches commands to their handlers. Inject it wherever you need to dispatch commands:
7169

7270
```php
7371
final readonly class CreateOrderAction

0 commit comments

Comments
 (0)