File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
app/code/Magento/PageBuilder/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
declare (strict_types=1 );
8
8
9
- namespace Magento \PageBuilderDataMigration \Setup \Patch \Data ;
9
+ namespace Magento \PageBuilder \Setup \Patch \Data ;
10
10
11
11
use Magento \Framework \Setup \Patch \DataPatchInterface ;
12
12
use Magento \Framework \Setup \ModuleDataSetupInterface ;
13
13
14
14
/**
15
- * Patch is mechanism, that allows to do atomic upgrade data changes
15
+ * Update description product attribute to by default enable Page Builder
16
16
*/
17
- class UpdateProductAttribute implements
18
- DataPatchInterface
17
+ class UpdateProductAttribute implements DataPatchInterface
19
18
{
20
19
/**
21
20
* @var ModuleDataSetupInterface $moduleDataSetup
@@ -40,7 +39,7 @@ public function __construct(
40
39
}
41
40
42
41
/**
43
- * Do Upgrade
42
+ * Modify EAV tables to update description attribute page builder enabled value
44
43
*
45
44
* @return void
46
45
*/
@@ -72,6 +71,6 @@ public function getAliases()
72
71
*/
73
72
public static function getDependencies ()
74
73
{
75
- return [MigrateToPageBuilder::class ];
74
+ return [];
76
75
}
77
76
}
You can’t perform that action at this time.
0 commit comments