Skip to content

Commit c0bfb09

Browse files
author
Karpenko, Oleksandr
committed
MAGETWO-52958: Better Semantic for UI Components
1 parent 21ed01e commit c0bfb09

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
@@ -46,8 +46,6 @@ class ComponentRegistrar implements ComponentRegistrarInterface
4646
*/
4747
public static function register($type, $componentName, $path)
4848
{
49-
$path = str_replace("magento2ee", "magento2ce", $path);
50-
$path = str_replace("magento2b2b", "magento2ce", $path);
5149
self::validateType($type);
5250
if (isset(self::$paths[$type][$componentName])) {
5351
throw new \LogicException(

0 commit comments

Comments
 (0)