From cf2b583898f22e66208fcaf57677b8f0112230df Mon Sep 17 00:00:00 2001 From: taehyunlim Date: Thu, 9 Jun 2022 12:40:47 -0700 Subject: [PATCH] remove patch version --- Setup/Patch/Data/AddProductCategoryAttributes.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Setup/Patch/Data/AddProductCategoryAttributes.php b/Setup/Patch/Data/AddProductCategoryAttributes.php index d3c215e2..f4118743 100644 --- a/Setup/Patch/Data/AddProductCategoryAttributes.php +++ b/Setup/Patch/Data/AddProductCategoryAttributes.php @@ -11,7 +11,6 @@ use Magento\Framework\Setup\ModuleDataSetupInterface; use Magento\Framework\Setup\Patch\DataPatchInterface; use Magento\Framework\Setup\Patch\PatchRevertableInterface; -use Magento\Framework\Setup\Patch\PatchVersionInterface; /** @@ -19,8 +18,7 @@ */ class AddProductCategoryAttributes implements DataPatchInterface, - PatchRevertableInterface, - PatchVersionInterface + PatchRevertableInterface { /** * @var ModuleDataSetupInterface $moduleDataSetup @@ -366,14 +364,6 @@ public function getAliases() return []; } - /** - * Get the version for the data patch - */ - public static function getVersion() - { - return '3.1.3'; - } - /** * @inheritdoc */