Skip to content

Commit

Permalink
Remove verson check
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinverschoor committed Jan 28, 2022
1 parent a929eed commit 32d58af
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Setup/Patch/Data/UpdateFashionGiftcard.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

use Magento\Framework\Setup\ModuleDataSetupInterface;
use Magento\Framework\Setup\Patch\DataPatchInterface;
use Magento\Framework\Setup\Patch\PatchVersionInterface;
use Magento\Framework\App\ResourceConnection;
use Magento\Config\Model\ResourceModel\Config;
use \Paynl\Payment\Helper\PayHelper;

class UpdateFashionGiftcard implements DataPatchInterface, PatchVersionInterface
class UpdateFashionGiftcard implements DataPatchInterface
{
/**
* @var ModuleDataSetupInterface
Expand Down Expand Up @@ -64,11 +63,6 @@ public function apply()
$this->moduleDataSetup->endSetup();
}

public static function getVersion()
{
return '2.0.1';
}

public static function getDependencies()
{
return [];
Expand Down

0 comments on commit 32d58af

Please sign in to comment.