Skip to content

Commit a6025b5

Browse files
committed
MAGETWO-40196: Create static test for deleted methods per module
- reverted to public method getConnectionByName
1 parent 438e40b commit a6025b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function getConnection($resourceName)
9999
* @param string $connectionName
100100
* @return bool|\Magento\Framework\DB\Adapter\AdapterInterface
101101
*/
102-
private function getConnectionByName($connectionName)
102+
public function getConnectionByName($connectionName)
103103
{
104104
if (isset($this->_connections[$connectionName])) {
105105
return $this->_connections[$connectionName];

0 commit comments

Comments
 (0)