|
@@ -2,11 +2,11 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace ETNA\Silex\Provider\RabbitMQ; |
|
4
|
4
|
|
|
|
5
|
+use Saxulum\Console\Command\AbstractPimpleCommand; |
|
5
|
6
|
use Symfony\Component\Console\Input\InputArgument; |
|
6
|
7
|
use Symfony\Component\Console\Input\InputInterface; |
|
7
|
8
|
use Symfony\Component\Console\Input\InputOption; |
|
8
|
9
|
use Symfony\Component\Console\Output\OutputInterface; |
|
9
|
|
-use Saxulum\Console\Command\AbstractPimpleCommand; |
|
10
|
10
|
|
|
11
|
11
|
class Consumer extends AbstractPimpleCommand |
|
12
|
12
|
{ |
Please login to merge, or discard this patch.