@@ -18,7 +18,6 @@ |
||
18 | 18 | use Symfony\Component\Console\Output\ConsoleOutput; |
19 | 19 | use Symfony\Component\Console\Output\StreamOutput; |
20 | 20 | use Symfony\Component\Process\Process; |
21 | -use Heri\Bundle\JobQueueBundle\Exception\CommandFindException; |
|
22 | 21 | use Heri\Bundle\JobQueueBundle\Exception\InvalidUnserializedMessageException; |
23 | 22 | |
24 | 23 | class QueueService |