File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Model/Product Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
use Magento \Catalog \Api \Data \ProductCustomOptionValuesInterfaceFactory ;
12
12
use Magento \Catalog \Api \Data \ProductInterface ;
13
13
use Magento \Catalog \Model \Product ;
14
+ use Magento \Catalog \Model \Product \Option \Type \DefaultType ;
14
15
use Magento \Catalog \Model \ResourceModel \Product \Option \Value \Collection ;
15
16
use Magento \Catalog \Pricing \Price \BasePrice ;
16
- use Magento \Framework \DataObject ;
17
17
use Magento \Framework \EntityManager \MetadataPool ;
18
18
use Magento \Framework \Exception \LocalizedException ;
19
19
use Magento \Framework \Model \AbstractExtensibleModel ;
@@ -355,7 +355,7 @@ public function getGroupByType($type = null): string
355
355
* Group model factory
356
356
*
357
357
* @param string $type Option type
358
- * @return DataObject
358
+ * @return DefaultType
359
359
* @throws LocalizedException
360
360
*/
361
361
public function groupFactory ($ type )
You can’t perform that action at this time.
0 commit comments