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 113b5e7 commit b7498d9Copy full SHA for b7498d9
ConnectionManager/Extra/Multiple/ConnectionManagerSelective.php
@@ -16,11 +16,6 @@ public function getConnection($host, $port)
16
{
17
return $this->getConnectionManagerFor($host, $port)->getConnection($host, $port);
18
}
19
-
20
- public function setConnectionManagerDefault($connectionManager)
21
- {
22
- return $this->addConnectionManagerFor($connectionManager);
23
- }
24
25
public function addConnectionManagerFor($connectionManager, $targetHost=self::MATCH_ALL, $targetPort=self::MATCH_ALL)
26
0 commit comments