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.
2 parents 1e19c93 + bb7d3ef commit fc3b508Copy full SHA for fc3b508
lib/internal/Magento/Framework/App/ResourceConnection/Config.php
@@ -63,9 +63,7 @@ public function getConnectionName($resourceName)
63
{
64
$this->initConnections();
65
$connectionName = \Magento\Framework\App\ResourceConnection::DEFAULT_CONNECTION;
66
-
67
- $resourceName = preg_replace("/_setup$/", '', $resourceName);
68
+
69
if (!isset($this->_connectionNames[$resourceName])) {
70
$resourcesConfig = $this->get();
71
$pointerResourceName = $resourceName;
0 commit comments