@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Daikon\ReadModel\Projector; |
4 | 4 | |
5 | 5 | use Assert\Assertion; |
6 | -use Daikon\MessageBus\EnvelopeInterface; |
|
7 | 6 | use Daikon\EventSourcing\Aggregate\Event\DomainEventInterface; |
7 | +use Daikon\MessageBus\EnvelopeInterface; |
|
8 | 8 | |
9 | 9 | final class RelationProjectorService implements ProjectorServiceInterface |
10 | 10 | { |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Daikon\ReadModel\Projector; |
4 | 4 | |
5 | -use Assert\Assertion; |
|
6 | -use Daikon\ReadModel\Repository\RepositoryInterface; |
|
7 | - |
|
8 | 5 | final class StandardRelationProjector implements ProjectorInterface |
9 | 6 | { |
10 | 7 | private $repository; |