@@ -13,9 +13,9 @@ |
||
13 | 13 | |
14 | 14 | namespace Gears\EventSourcing\Event; |
15 | 15 | |
16 | +use Gears\EventSourcing\Aggregate\AggregateVersion; |
|
16 | 17 | use Gears\Event\Time\SystemTimeProvider; |
17 | 18 | use Gears\Event\Time\TimeProvider; |
18 | -use Gears\EventSourcing\Aggregate\AggregateVersion; |
|
19 | 19 | use Gears\Identity\Identity; |
20 | 20 | |
21 | 21 | /** |
@@ -13,10 +13,10 @@ |
||
13 | 13 | |
14 | 14 | namespace Gears\EventSourcing\Event; |
15 | 15 | |
16 | -use Gears\Event\EventBehaviour; |
|
17 | -use Gears\Event\Exception\EventException; |
|
18 | 16 | use Gears\EventSourcing\Aggregate\AggregateBehaviour; |
19 | 17 | use Gears\EventSourcing\Aggregate\AggregateVersion; |
18 | +use Gears\Event\EventBehaviour; |
|
19 | +use Gears\Event\Exception\EventException; |
|
20 | 20 | use Gears\Identity\Identity; |
21 | 21 | |
22 | 22 | use function DeepCopy\deep_copy; |
@@ -13,9 +13,9 @@ |
||
13 | 13 | |
14 | 14 | namespace Gears\EventSourcing\Event; |
15 | 15 | |
16 | +use Gears\EventSourcing\Aggregate\AggregateVersion; |
|
16 | 17 | use Gears\Event\Time\SystemTimeProvider; |
17 | 18 | use Gears\Event\Time\TimeProvider; |
18 | -use Gears\EventSourcing\Aggregate\AggregateVersion; |
|
19 | 19 | use Gears\Identity\Identity; |
20 | 20 | |
21 | 21 | /** |