Skip to content

Commit 1f08d01

Browse files
author
Ivan Gavryshko
committed
MAGETWO-43452: Ogre sprint 38 contribution to mainline
1 parent c9edae2 commit 1f08d01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/internal/Magento/Framework/Config/ViewFactory.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ class ViewFactory
1313
*/
1414
private $objectManager;
1515

16+
/**
17+
* Constructor
18+
*
19+
* @param \Magento\Framework\ObjectManagerInterface $objectManager
20+
*/
1621
public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager)
1722
{
1823
$this->objectManager = $objectManager;

0 commit comments

Comments
 (0)