@@ -18,7 +18,6 @@ |
||
18 | 18 | use Symfony\Component\Console\Input\InputInterface; |
19 | 19 | use Symfony\Component\Console\Input\InputOption; |
20 | 20 | use Symfony\Component\Console\Output\OutputInterface; |
21 | - |
|
22 | 21 | use Mmoreram\GearmanBundle\Command\Abstracts\AbstractGearmanCommand; |
23 | 22 | use Mmoreram\GearmanBundle\Service\GearmanClient; |
24 | 23 | use Mmoreram\GearmanBundle\Service\GearmanDescriber; |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
19 | 19 | use Symfony\Component\DependencyInjection\ContainerInterface; |
20 | 20 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
21 | - |
|
22 | 21 | use Mmoreram\GearmanBundle\Command\Util\GearmanOutputAwareInterface; |
23 | 22 | use Mmoreram\GearmanBundle\Event\GearmanWorkExecutedEvent; |
24 | 23 | use Mmoreram\GearmanBundle\Event\GearmanWorkStartingEvent; |