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 eb09069 commit 67851deCopy full SHA for 67851de
app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductDescriptionOrder.php
@@ -8,17 +8,15 @@
8
9
use Magento\Catalog\Setup\CategorySetup;
10
use Magento\Catalog\Setup\CategorySetupFactory;
11
-use Magento\Framework\App\ResourceConnection;
12
use Magento\Framework\Setup\ModuleDataSetupInterface;
13
use Magento\Framework\Setup\Patch\DataPatchInterface;
14
-use Magento\Framework\Setup\Patch\PatchVersionInterface;
15
16
/**
17
* Class UpdateProductDescriptionOrder
18
*
19
* @package Magento\Catalog\Setup\Patch
20
*/
21
-class UpdateProductDescriptionOrder implements DataPatchInterface, PatchVersionInterface
+class UpdateProductDescriptionOrder implements DataPatchInterface
22
{
23
24
* @var ModuleDataSetupInterface
0 commit comments