Skip to content

Commit b7498d9

Browse files
committed
Remove dedicated default
1 parent 113b5e7 commit b7498d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ConnectionManager/Extra/Multiple/ConnectionManagerSelective.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ public function getConnection($host, $port)
1616
{
1717
return $this->getConnectionManagerFor($host, $port)->getConnection($host, $port);
1818
}
19-
20-
public function setConnectionManagerDefault($connectionManager)
21-
{
22-
return $this->addConnectionManagerFor($connectionManager);
23-
}
2419

2520
public function addConnectionManagerFor($connectionManager, $targetHost=self::MATCH_ALL, $targetPort=self::MATCH_ALL)
2621
{

0 commit comments

Comments
 (0)