Skip to content

Commit

Permalink
Merge pull request #228 from zjbarg/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge authored Aug 22, 2024
2 parents bf1ca7b + d545eef commit e1f0727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/advanced/message-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ event from the repository it than used the class again to construct the get the

For example:

`Domain\BankAccount\DomainEvents\TransactionRecorded::class` becomes `Domain.bank_account.domain_events.transaction_recorded` in the database.
`Domain\BankAccount\DomainEvents\TransactionRecorded::class` becomes `domain.bank_account.domain_events.transaction_recorded` in the database.


This couples the event's implementation details to the event storage, making it hard to refactor the Name or namespace
Expand Down

0 comments on commit e1f0727

Please sign in to comment.