We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8376b9 + 178ec54 commit e2f37afCopy full SHA for e2f37af
src/Model/ProductVideo/ProductVideoDataFactory.php
@@ -22,6 +22,14 @@ protected function createInstance(): ProductVideoData
22
return new ProductVideoData();
23
}
24
25
+ /**
26
+ * @return \Shopsys\FrameworkBundle\Model\ProductVideo\ProductVideoData
27
+ */
28
+ public function create(): ProductVideoData
29
+ {
30
+ return $this->createInstance();
31
+ }
32
+
33
/**
34
* @param \Shopsys\FrameworkBundle\Model\ProductVideo\ProductVideo $productVideo
35
* @return \Shopsys\FrameworkBundle\Model\ProductVideo\ProductVideoData
0 commit comments