Skip to content

Commit

Permalink
TASK: Adjust comments to not reference renamed `NodeAggregateEventPub…
Browse files Browse the repository at this point in the history
…lisher`
  • Loading branch information
mhsdesign committed Oct 28, 2024
1 parent 5e12a48 commit c8d81e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static function enrichWithCommand(
if ($i === 0) {
if (!$command instanceof \JsonSerializable) {
throw new \RuntimeException(sprintf(
'Command %s must be JSON Serializable to be used with NodeAggregateEventPublisher.',
'Command %s must be JSON Serializable to be rebase able.',
get_class($command)
));
}
Expand Down

0 comments on commit c8d81e4

Please sign in to comment.