Skip to content

Commit b358f94

Browse files
authored
merge #80 (#780)
1 parent a87e3dd commit b358f94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Meta/Catalog/Setup/Patch/Data/AddProductAttributes.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
namespace Meta\Catalog\Setup\Patch\Data;
66

77
use Magento\Catalog\Model\Product;
8-
use Magento\Framework\Setup\Patch\DataPatchInterface;
98
use Magento\Eav\Setup\EavSetupFactory;
109
use Magento\Framework\Setup\ModuleDataSetupInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchRevertableInterface;
1112
use Meta\Catalog\Setup\MetaCatalogAttributes;
1213

13-
class AddProductAttributes implements DataPatchInterface
14+
class AddProductAttributes implements DataPatchInterface, PatchRevertableInterface
1415
{
1516

1617
/**

0 commit comments

Comments
 (0)