|
@@ -9,15 +9,8 @@
|
|
|
|
|
|
namespace Mmoreram\GearmanBundle\Command;
|
|
|
|
|
|
-use Symfony\Component\Console\Input\InputOption;
|
|
|
-use Symfony\Component\Console\Input\InputArgument;
|
|
|
use Symfony\Component\Console\Input\InputInterface;
|
|
|
-use Symfony\Component\Console\Input\InputDefinition;
|
|
|
-use Mmoreram\GearmanBundle\Service\GearmanCache;
|
|
|
use Symfony\Component\Console\Output\OutputInterface;
|
|
|
-use Mmoreram\GearmanBundle\Service\GearmanSettings;
|
|
|
-use Mmoreram\GearmanBundle\Module\GearmanBaseBundle;
|
|
|
-use Mmoreram\GearmanBundle\Service\GearmanCacheLoader;
|
|
|
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
|
|
|
|
|
|
|