Skip to content

Commit 47ef31e

Browse files
committed
fix
1 parent 2b42641 commit 47ef31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/Connection/ConnectionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ protected static function createSocketConnection($connection, AMQPConnectionConf
9191
$config->getVhost(),
9292
$config->isInsist(),
9393
$config->getLoginMethod(),
94-
$config->getLoginResponse(),
94+
$config->getLoginResponse() ?? null,
9595
$config->getLocale(),
9696
$config->getReadTimeout(),
9797
$config->isKeepalive(),

0 commit comments

Comments
 (0)