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 fa91254 commit 2568dc9Copy full SHA for 2568dc9
ConnectionManager/Extra/Multiple/ConnectionManagerConsecutive.php
@@ -17,7 +17,7 @@ public function addConnectionManager(ConnectionManagerInterface $connectionManag
17
18
public function getConnection($host, $port)
19
{
20
- return tryConnection($this->managers, $host, $port);
+ return $this->tryConnection($this->managers, $host, $port);
21
}
22
23
/**
0 commit comments