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 3ee2182 commit 0ec3a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Feature/RebaseableCommand.php
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 0ec3a92

Please sign in to comment.