File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
app/code/Magento/Catalog/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 13
13
use Magento \Framework \Setup \Patch \PatchVersionInterface ;
14
14
15
15
/**
16
- * Class UpdateProductUrlKey
17
- *
18
- * @package Magento\Catalog\Setup\Patch
16
+ * Class UpdateProductUrlKey for updating description and validation class
19
17
*/
20
18
class UpdateProductUrlKey implements DataPatchInterface, PatchVersionInterface
21
19
{
@@ -43,7 +41,7 @@ public function __construct(
43
41
}
44
42
45
43
/**
46
- * { @inheritdoc}
44
+ * @inheritdoc
47
45
*/
48
46
public function apply ()
49
47
{
@@ -58,10 +56,11 @@ public function apply()
58
56
'frontend_class ' => 'validate-identifier-clean '
59
57
]
60
58
);
59
+ return $ this ;
61
60
}
62
61
63
62
/**
64
- * { @inheritdoc}
63
+ * @inheritdoc
65
64
*/
66
65
public static function getDependencies ()
67
66
{
@@ -72,15 +71,15 @@ public static function getDependencies()
72
71
}
73
72
74
73
/**
75
- * { @inheritdoc}
74
+ * @inheritdoc
76
75
*/
77
76
public static function getVersion ()
78
77
{
79
78
return '2.4.5 ' ;
80
79
}
81
80
82
81
/**
83
- * { @inheritdoc}
82
+ * @inheritdoc
84
83
*/
85
84
public function getAliases ()
86
85
{
You can’t perform that action at this time.
0 commit comments