Skip to content

Commit 8729c83

Browse files
author
Michael Yu
committed
MC-518: Simplify mapping of content type
- Removed unneeded convertBlueFootToPageBuilderFactory create method call
1 parent 7c2af6a commit 8729c83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/PageBuilder/Setup/Patch/Data/MigrateToPageBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public function apply()
7070
\Magento\Framework\App\Area::AREA_ADMINHTML,
7171
[$convertBlueFootToPageBuilder, 'convert']
7272
);
73-
$this->convertBlueFootToPageBuilderFactory->create(['setup' => $this->moduleDataSetup])->convert();
7473
$this->moveImages->move();
7574
}
7675
}

0 commit comments

Comments
 (0)