| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | trait AggregateRootBehaviourWithRequiredHistory |
||
| 10 | { |
||
| 11 | use AggregateRootBehaviour { |
||
| 12 | AggregateRootBehaviour::reconstituteFromEvents as private defaultAggregateRootReconstitute; |
||
| 13 | } |
||
| 14 | |||
| 15 | public static function reconstituteFromEvents(AggregateRootId $aggregateRootId, Generator $events): AggregateRoot |
||
| 26 |