@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php namespace SmoothPhp\EventSourcing; |
2 | 2 | |
3 | -use SmoothPhp\Contracts\EventSourcing\Event; |
|
4 | 3 | use SmoothPhp\Contracts\EventSourcing\AggregateRoot as AggregateRootContract; |
4 | +use SmoothPhp\Contracts\EventSourcing\Event; |
|
5 | 5 | |
6 | 6 | /** |
7 | 7 | * Abstract class Entity |