We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ee45b commit 4f7f076Copy full SHA for 4f7f076
RabbitMq/AnonConsumer.php
@@ -3,11 +3,11 @@
3
namespace OldSound\RabbitMqBundle\RabbitMq;
4
5
use OldSound\RabbitMqBundle\RabbitMq\Consumer;
6
-use PhpAmqpLib\Connection\AMQPConnection;
+use PhpAmqpLib\Connection\AbstractConnection;
7
8
class AnonConsumer extends Consumer
9
{
10
- public function __construct(AMQPConnection $conn)
+ public function __construct(AbstractConnection $conn)
11
12
parent::__construct($conn);
13
0 commit comments