Skip to content

Commit 2568dc9

Browse files
committed
Fix missing object reference
1 parent fa91254 commit 2568dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConnectionManager/Extra/Multiple/ConnectionManagerConsecutive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function addConnectionManager(ConnectionManagerInterface $connectionManag
1717

1818
public function getConnection($host, $port)
1919
{
20-
return tryConnection($this->managers, $host, $port);
20+
return $this->tryConnection($this->managers, $host, $port);
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)