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 438e40b commit a6025b5Copy full SHA for a6025b5
lib/internal/Magento/Framework/App/Resource.php
@@ -99,7 +99,7 @@ public function getConnection($resourceName)
99
* @param string $connectionName
100
* @return bool|\Magento\Framework\DB\Adapter\AdapterInterface
101
*/
102
- private function getConnectionByName($connectionName)
+ public function getConnectionByName($connectionName)
103
{
104
if (isset($this->_connections[$connectionName])) {
105
return $this->_connections[$connectionName];
0 commit comments