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 131f47f commit a5f476aCopy full SHA for a5f476a
lib/internal/Magento/Framework/Component/ComponentRegistrar.php
@@ -44,8 +44,6 @@ class ComponentRegistrar implements ComponentRegistrarInterface
44
*/
45
public static function register($type, $componentName, $path)
46
{
47
- $path = str_replace('\\', '/', $path);
48
- $path = str_replace('magento2ee', 'magento2ce', $path);
49
self::validateType($type);
50
if (isset(self::$paths[$type][$componentName])) {
51
throw new \LogicException('\'' . $componentName . '\' component already exists');
0 commit comments