Skip to content

Commit ea93f2b

Browse files
committed
fix amqp+bunny dsn
1 parent aa0de75 commit ea93f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function dsn_to_connection_factory($dsn)
3838
if (class_exists(AmqpBunnyConnectionFactory::class)) {
3939
$map['amqp+lib'] = AmqpLibConnectionFactory::class;
4040
}
41-
if (class_exists(AmqpLibConnectionFactory::class)) {
41+
if (class_exists(AmqpBunnyConnectionFactory::class)) {
4242
$map['amqp+bunny'] = AmqpBunnyConnectionFactory::class;
4343
}
4444

0 commit comments

Comments
 (0)