Skip to content

Commit a5f476a

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-42988: Can't fill customer attributes on Customer Checkout Registration form as it is not available anymore
1 parent 131f47f commit a5f476a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/Magento/Framework/Component/ComponentRegistrar.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ class ComponentRegistrar implements ComponentRegistrarInterface
4444
*/
4545
public static function register($type, $componentName, $path)
4646
{
47-
$path = str_replace('\\', '/', $path);
48-
$path = str_replace('magento2ee', 'magento2ce', $path);
4947
self::validateType($type);
5048
if (isset(self::$paths[$type][$componentName])) {
5149
throw new \LogicException('\'' . $componentName . '\' component already exists');

0 commit comments

Comments
 (0)