@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace Governor\Bundle\GovernorBundle\DependencyInjection\Compiler; |
10 | 10 | |
11 | 11 | use Governor\Framework\Annotations\CommandHandler; |
12 | - |
|
13 | 12 | use Symfony\Component\DependencyInjection\Reference; |
14 | 13 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
15 | 14 | use Governor\Framework\CommandHandling\Handlers\AnnotatedAggregateCommandHandler; |
@@ -30,7 +30,6 @@ |
||
30 | 30 | use Governor\Framework\EventHandling\EventListenerInterface; |
31 | 31 | use Governor\Framework\CommandHandling\SimpleCommandBus; |
32 | 32 | use Governor\Framework\EventHandling\SimpleEventBus; |
33 | -use Governor\Framework\CommandHandling\InMemoryCommandHandlerRegistry; |
|
34 | 33 | use Governor\Framework\EventHandling\InMemoryEventListenerRegistry; |
35 | 34 | use Symfony\Component\Stopwatch\Stopwatch; |
36 | 35 | use Governor\Framework\EventHandling\Amqp\AmqpTerminal; |