Skip to content

Commit

Permalink
Merge pull request #107 from Nolwennig/patch-1
Browse files Browse the repository at this point in the history
fix crossing configuration typing error
  • Loading branch information
kschroeder authored May 8, 2021
2 parents d188983 + 795c630 commit beef2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Magento/Themes/MagentoEE114/ThemeConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,12 @@ class ThemeConfiguration extends AbstractThemeConfiguration

public function getCustomerThemeClass()
{
return 'Magium\Magento\Themes\Magento19\Customer\ThemeConfiguration';
return 'Magium\Magento\Themes\MagentoEE114\Customer\ThemeConfiguration';
}

public function getCheckoutThemeClass()
{
return 'Magium\Magento\Themes\Magento19\OnePageCheckout\ThemeConfiguration';
return 'Magium\Magento\Themes\MagentoEE114\OnePageCheckout\ThemeConfiguration';
}

}

0 comments on commit beef2e7

Please sign in to comment.