Skip to content

Commit 67851de

Browse files
committed
magento/magento2-page-builder#543: Content Product Attributes Default Sorting Order
- Refactoring
1 parent eb09069 commit 67851de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductDescriptionOrder.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@
88

99
use Magento\Catalog\Setup\CategorySetup;
1010
use Magento\Catalog\Setup\CategorySetupFactory;
11-
use Magento\Framework\App\ResourceConnection;
1211
use Magento\Framework\Setup\ModuleDataSetupInterface;
1312
use Magento\Framework\Setup\Patch\DataPatchInterface;
14-
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1513

1614
/**
1715
* Class UpdateProductDescriptionOrder
1816
*
1917
* @package Magento\Catalog\Setup\Patch
2018
*/
21-
class UpdateProductDescriptionOrder implements DataPatchInterface, PatchVersionInterface
19+
class UpdateProductDescriptionOrder implements DataPatchInterface
2220
{
2321
/**
2422
* @var ModuleDataSetupInterface

0 commit comments

Comments
 (0)