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 21ed01e commit c0bfb09Copy full SHA for c0bfb09
lib/internal/Magento/Framework/Component/ComponentRegistrar.php
@@ -46,8 +46,6 @@ class ComponentRegistrar implements ComponentRegistrarInterface
46
*/
47
public static function register($type, $componentName, $path)
48
{
49
- $path = str_replace("magento2ee", "magento2ce", $path);
50
- $path = str_replace("magento2b2b", "magento2ce", $path);
51
self::validateType($type);
52
if (isset(self::$paths[$type][$componentName])) {
53
throw new \LogicException(
0 commit comments