Skip to content

Commit

Permalink
Merge pull request #3 from ainarssondors/master
Browse files Browse the repository at this point in the history
 Fix variable paths
  • Loading branch information
alfredsgenkins authored Jun 4, 2019
2 parents 1451e39 + 4af8d10 commit aa4ee95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Model/ItemFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ItemFactory
* @param \Magento\Framework\ObjectManagerInterface $objectManager
* @param string $instanceName
*/
public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName = '\\Scandiweb\\Menumanager\\Model\\Item')
public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName = '\\ScandiPWA\\MenuOrganizer\\Model\\Item')
{
$this->_objectManager = $objectManager;
$this->_instanceName = $instanceName;
Expand Down
2 changes: 1 addition & 1 deletion src/Model/MenuFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MenuFactory
* @param \Magento\Framework\ObjectManagerInterface $objectManager
* @param string $instanceName
*/
public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName = '\\Scandiweb\\Menumanager\\Model\\Menu')
public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName = '\\ScandiPWA\\MenuOrganizer\\Model\\Menu')
{
$this->_objectManager = $objectManager;
$this->_instanceName = $instanceName;
Expand Down

0 comments on commit aa4ee95

Please sign in to comment.