Skip to content

Commit 96625e6

Browse files
author
Dale Sikkema
committed
MAGETWO-35004: Investigate and Annotate @api to classes and/or methods
1 parent b5779a5 commit 96625e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Backend/Model/Locale/Manager.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Backend\Model\Locale;
7-
use Magento\Framework\Locale\Resolver;
87

98
/**
109
* Locale manager model
@@ -69,7 +68,7 @@ public function switchBackendInterfaceLocale($localeCode)
6968
*/
7069
public function getUserInterfaceLocale()
7170
{
72-
$interfaceLocale = Resolver::DEFAULT_LOCALE;
71+
$interfaceLocale = \Magento\Framework\Locale\Resolver::DEFAULT_LOCALE;
7372

7473
$userData = $this->_authSession->getUser();
7574
if ($userData && $userData->getInterfaceLocale()) {

0 commit comments

Comments
 (0)