Skip to content

Commit

Permalink
remove patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
taehyunlim committed Jun 9, 2022
1 parent 0663f1a commit cf2b583
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Setup/Patch/Data/AddProductCategoryAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@
use Magento\Framework\Setup\ModuleDataSetupInterface;
use Magento\Framework\Setup\Patch\DataPatchInterface;
use Magento\Framework\Setup\Patch\PatchRevertableInterface;
use Magento\Framework\Setup\Patch\PatchVersionInterface;


/**
* Patch is mechanism, that allows to do atomic upgrade data changes
*/
class AddProductCategoryAttributes implements
DataPatchInterface,
PatchRevertableInterface,
PatchVersionInterface
PatchRevertableInterface
{
/**
* @var ModuleDataSetupInterface $moduleDataSetup
Expand Down Expand Up @@ -366,14 +364,6 @@ public function getAliases()
return [];
}

/**
* Get the version for the data patch
*/
public static function getVersion()
{
return '3.1.3';
}

/**
* @inheritdoc
*/
Expand Down

0 comments on commit cf2b583

Please sign in to comment.