We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87e3dd commit b358f94Copy full SHA for b358f94
app/code/Meta/Catalog/Setup/Patch/Data/AddProductAttributes.php
@@ -5,12 +5,13 @@
5
namespace Meta\Catalog\Setup\Patch\Data;
6
7
use Magento\Catalog\Model\Product;
8
-use Magento\Framework\Setup\Patch\DataPatchInterface;
9
use Magento\Eav\Setup\EavSetupFactory;
10
use Magento\Framework\Setup\ModuleDataSetupInterface;
+use Magento\Framework\Setup\Patch\DataPatchInterface;
11
+use Magento\Framework\Setup\Patch\PatchRevertableInterface;
12
use Meta\Catalog\Setup\MetaCatalogAttributes;
13
-class AddProductAttributes implements DataPatchInterface
14
+class AddProductAttributes implements DataPatchInterface, PatchRevertableInterface
15
{
16
17
/**
0 commit comments