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 ab0c0b5 commit db1ea4eCopy full SHA for db1ea4e
lib/internal/Magento/Framework/ObjectManager/Config/Config.php
@@ -156,6 +156,7 @@ public function isShared($type)
156
public function getInstanceType($instanceName)
157
{
158
while (isset($this->_virtualTypes[$instanceName])) {
159
+ if ($instanceName == $this->_virtualTypes[$instanceName]) break;
160
$instanceName = $this->_virtualTypes[$instanceName];
161
}
162
return $instanceName;
0 commit comments