@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Cmobi\RabbitmqBundle\DependencyInjection; |
4 | 4 | |
5 | -use Cmobi\RabbitmqBundle\DependencyInjection\Compiler\ConfigCachePass; |
|
6 | 5 | use Cmobi\RabbitmqBundle\DependencyInjection\Compiler\LogDispatcherPass; |
7 | 6 | use Symfony\Component\Config\FileLocator; |
8 | 7 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Cmobi\RabbitmqBundle\Transport\Rpc; |
4 | 4 | |
5 | -use Cmobi\RabbitmqBundle\Connection\CmobiAMQPChannel; |
|
6 | -use Cmobi\RabbitmqBundle\Connection\CmobiAMQPConnectionInterface; |
|
7 | 5 | use Cmobi\RabbitmqBundle\Connection\ConnectionManager; |
8 | 6 | use Cmobi\RabbitmqBundle\Connection\Exception\InvalidAMQPChannelException; |
9 | 7 | use Cmobi\RabbitmqBundle\Queue\Queue; |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Cmobi\RabbitmqBundle\Transport\Worker; |
4 | 4 | |
5 | -use Cmobi\RabbitmqBundle\Connection\CmobiAMQPChannel; |
|
6 | -use Cmobi\RabbitmqBundle\Connection\CmobiAMQPConnectionInterface; |
|
7 | 5 | use Cmobi\RabbitmqBundle\Connection\ConnectionManager; |
8 | 6 | use Cmobi\RabbitmqBundle\Connection\Exception\InvalidAMQPChannelException; |
9 | 7 | use Cmobi\RabbitmqBundle\Queue\Queue; |