@@ -2,19 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace Happyr\SimpleBusBundle\DependencyInjection; |
4 | 4 | |
5 | -use Happyr\SimpleBusBundle\EventListener\ExceptionConverterListener; |
|
6 | -use Happyr\SimpleBusBundle\EventListener\ExceptionLoggerListener; |
|
7 | -use Happyr\SimpleBusBundle\Message\AsyncCommandHandler; |
|
8 | 5 | use Happyr\SimpleBusBundle\Message\AutoRegisteredEventSubscriber; |
9 | 6 | use Happyr\SimpleBusBundle\Message\HandlesMessagesAsync; |
10 | 7 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
11 | 8 | use Symfony\Component\Config\FileLocator; |
12 | 9 | use Symfony\Component\DependencyInjection\Definition; |
13 | -use Symfony\Component\DependencyInjection\Reference; |
|
14 | 10 | use Symfony\Component\Finder\Finder; |
15 | 11 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
16 | 12 | use Symfony\Component\DependencyInjection\Loader; |
17 | -use Symfony\Component\HttpKernel\KernelEvents; |
|
18 | 13 | |
19 | 14 | /** |
20 | 15 | * This is the class that loads and manages your bundle configuration. |