Skip to content

Commit

Permalink
fix crossing configuration typing error
Browse files Browse the repository at this point in the history
Quick edit from github.

Only tested on my local env and it's work fine.
  • Loading branch information
Nolwennig authored May 8, 2021
1 parent d188983 commit 795c630
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 795c630

Please sign in to comment.