We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5779a5 commit 96625e6Copy full SHA for 96625e6
app/code/Magento/Backend/Model/Locale/Manager.php
@@ -4,7 +4,6 @@
4
* See COPYING.txt for license details.
5
*/
6
namespace Magento\Backend\Model\Locale;
7
-use Magento\Framework\Locale\Resolver;
8
9
/**
10
* Locale manager model
@@ -69,7 +68,7 @@ public function switchBackendInterfaceLocale($localeCode)
69
68
70
public function getUserInterfaceLocale()
71
{
72
- $interfaceLocale = Resolver::DEFAULT_LOCALE;
+ $interfaceLocale = \Magento\Framework\Locale\Resolver::DEFAULT_LOCALE;
73
74
$userData = $this->_authSession->getUser();
75
if ($userData && $userData->getInterfaceLocale()) {
0 commit comments