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 bbbdaa1 commit 3425ca4Copy full SHA for 3425ca4
app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductUrlKeyDescription.php renamed to app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductUrlKey.php
@@ -13,11 +13,11 @@
13
use Magento\Framework\Setup\Patch\PatchVersionInterface;
14
15
/**
16
- * Class UpdateProductUrlKeyDescription
+ * Class UpdateProductUrlKey
17
*
18
* @package Magento\Catalog\Setup\Patch
19
*/
20
-class UpdateProductUrlKeyDescription implements DataPatchInterface, PatchVersionInterface
+class UpdateProductUrlKey implements DataPatchInterface, PatchVersionInterface
21
{
22
23
* @var ModuleDataSetupInterface
@@ -67,6 +67,7 @@ public static function getDependencies()
67
68
return [
69
UpdateProductAttributes::class,
70
+ \Magento\CatalogUrlRewrite\Setup\Patch\Data\CreateUrlAttributes::class
71
];
72
}
73
0 commit comments