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 9ed280a commit 1c520a6Copy full SHA for 1c520a6
src/Sinks/Amqp.php
@@ -77,7 +77,7 @@ public function init()
77
'exchangeDeclare' => $exchangeDeclare
78
]
79
]),
80
- 'objclass' => Connection::class
+ 'objClass' => Connection::class
81
])
82
]);
83
}
src/Sources/Amqp.php
@@ -75,7 +75,7 @@ public function init()
75
76
$this->conn = $amqp->get($name)->get();
0 commit comments