Skip to content

Commit e2f37af

Browse files
ProductTest tweaks (#4370)
2 parents d8376b9 + 178ec54 commit e2f37af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Model/ProductVideo/ProductVideoDataFactory.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ protected function createInstance(): ProductVideoData
2222
return new ProductVideoData();
2323
}
2424

25+
/**
26+
* @return \Shopsys\FrameworkBundle\Model\ProductVideo\ProductVideoData
27+
*/
28+
public function create(): ProductVideoData
29+
{
30+
return $this->createInstance();
31+
}
32+
2533
/**
2634
* @param \Shopsys\FrameworkBundle\Model\ProductVideo\ProductVideo $productVideo
2735
* @return \Shopsys\FrameworkBundle\Model\ProductVideo\ProductVideoData

0 commit comments

Comments
 (0)