Skip to content

Commit

Permalink
fix plsam
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Jul 29, 2024
1 parent b3a4671 commit 21a31d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Aggregate/StreamNameTranslator.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ private function __construct()
{
}

/** @pure */
public static function streamName(string $aggregate, string $aggregateId): string
{
return $aggregate . '-' . $aggregateId;
Expand Down

0 comments on commit 21a31d7

Please sign in to comment.