File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/code/Magento/Bundle/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
namespace Magento \Bundle \Setup \Patch \Data ;
8
8
9
+ use Magento \Catalog \Api \Data \ProductAttributeInterface ;
10
+ use Magento \Eav \Setup \EavSetup ;
9
11
use Magento \Eav \Setup \EavSetupFactory ;
10
- use Magento \Framework \App \ResourceConnection ;
11
12
use Magento \Framework \Setup \ModuleDataSetupInterface ;
12
13
use Magento \Framework \Setup \Patch \DataPatchInterface ;
13
14
use Magento \Framework \Setup \Patch \PatchVersionInterface ;
14
- use Magento \Catalog \Api \Data \ProductAttributeInterface ;
15
- use Magento \Eav \Setup \EavSetup ;
16
15
17
16
/**
18
17
* Class UpdateBundleRelatedEntityTypes
18
+ *
19
19
* @package Magento\Bundle\Setup\Patch
20
20
*/
21
21
class UpdateBundleRelatedEntityTypes implements DataPatchInterface, PatchVersionInterface
@@ -44,7 +44,7 @@ public function __construct(
44
44
}
45
45
46
46
/**
47
- * { @inheritdoc}
47
+ * @inheritdoc
48
48
*/
49
49
public function apply ()
50
50
{
@@ -177,7 +177,7 @@ private function upgradeShipmentType(EavSetup $eavSetup)
177
177
}
178
178
179
179
/**
180
- * { @inheritdoc}
180
+ * @inheritdoc
181
181
*/
182
182
public static function getDependencies ()
183
183
{
@@ -187,15 +187,15 @@ public static function getDependencies()
187
187
}
188
188
189
189
/**
190
- * { @inheritdoc}
190
+ * @inheritdoc
191
191
*/
192
192
public static function getVersion ()
193
193
{
194
194
return '2.0.2 ' ;
195
195
}
196
196
197
197
/**
198
- * { @inheritdoc}
198
+ * @inheritdoc
199
199
*/
200
200
public function getAliases ()
201
201
{
You can’t perform that action at this time.
0 commit comments