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.
2 parents b884072 + 82da025 commit bf31af2Copy full SHA for bf31af2
app/code/Magento/Customer/Model/Group/Retriever.php
@@ -3,14 +3,14 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-namespace Magento\Catalog\Model;
+namespace Magento\Customer\Model\Group;
7
8
use Magento\Customer\Model\Session;
9
10
/**
11
* Class for getting current customer group from customer session.
12
13
-class Retriever implements \Magento\Customer\Model\Group\RetrieverInterface
+class Retriever implements RetrieverInterface
14
{
15
16
* @var Session
0 commit comments