File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
MediaGalleryMetadata/Model/Gif Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ class ReadFile implements ReadFileInterface
36
36
*/
37
37
private $ filesystem ;
38
38
39
- /**
40
- * @var SegmentNames
41
- */
42
- private $ segmentNames ;
43
-
44
39
/**
45
40
* @var SegmentInterfaceFactory
46
41
*/
@@ -51,6 +46,11 @@ class ReadFile implements ReadFileInterface
51
46
*/
52
47
private $ fileFactory ;
53
48
49
+ /**
50
+ * @var SegmentNames
51
+ */
52
+ private $ segmentNames ;
53
+
54
54
/**
55
55
* @param DriverInterface $driver
56
56
* @param FileInterfaceFactory $fileFactory
Original file line number Diff line number Diff line change 12
12
"magento/module-downloadable" : " *" ,
13
13
"magento/module-catalog" : " *" ,
14
14
"magento/module-media-storage" : " *" ,
15
+ "magento/module-media-gallery-metadata" : " *" ,
15
16
"magento/module-import-export" : " *" ,
16
17
"magento/module-catalog-import-export" : " *" ,
17
18
"magento/module-downloadable-import-export" : " *" ,
You can’t perform that action at this time.
0 commit comments