|
@@ -14,8 +14,8 @@ |
|
|
block discarded – undo |
|
14
|
14
|
use Daikon\EventSourcing\Aggregate\AggregateRevision; |
|
15
|
15
|
use Daikon\EventSourcing\Aggregate\AggregateRootInterface; |
|
16
|
16
|
use Daikon\EventSourcing\Aggregate\DomainEventInterface; |
|
17
|
|
-use Daikon\EventSourcing\Aggregate\DomainEventSequenceInterface; |
|
18
|
17
|
use Daikon\EventSourcing\Aggregate\DomainEventSequence; |
|
|
18
|
+use Daikon\EventSourcing\Aggregate\DomainEventSequenceInterface; |
|
19
|
19
|
use Daikon\MessageBus\Metadata\Metadata; |
|
20
|
20
|
|
|
21
|
21
|
final class UnitOfWork implements UnitOfWorkInterface |
Please login to merge, or discard this patch.