@@ -30,7 +30,7 @@ |
||
30 | 30 | { |
31 | 31 | if (null !== $this->aggregateRoot && $aggregateRoot !== $this->aggregateRoot) { |
32 | 32 | throw new InvalidArgumentException(sprintf( |
33 | - 'Aggregate root "%s" already registered on "%s".', |
|
33 | + 'Aggregate root "%s" already registered on "%s".', |
|
34 | 34 | get_class($aggregateRoot), |
35 | 35 | get_called_class() |
36 | 36 | )); |