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.
2 parents 0af20ba + 08bcf28 commit c33bd70Copy full SHA for c33bd70
pkg/enqueue/functions.php
@@ -35,7 +35,7 @@ function dsn_to_connection_factory($dsn)
35
if (class_exists(AmqpExtConnectionFactory::class)) {
36
$map['amqp+ext'] = AmqpExtConnectionFactory::class;
37
}
38
- if (class_exists(AmqpBunnyConnectionFactory::class)) {
+ if (class_exists(AmqpLibConnectionFactory::class)) {
39
$map['amqp+lib'] = AmqpLibConnectionFactory::class;
40
41
if (class_exists(AmqpBunnyConnectionFactory::class)) {
0 commit comments