Skip to content

Commit bf31af2

Browse files
committed
Merge branch 'MAGETWO-55937-namespace' into 'SPRINT-40'
MAGETWO-55937: [Complex product/Grouped productsl] Tax Amount and Custom Prices … …isn't displayed on Slide Panel (admin panel) - Fix Retriever namespace See merge request !263
2 parents b884072 + 82da025 commit bf31af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Model/Group/Retriever.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Catalog\Model;
6+
namespace Magento\Customer\Model\Group;
77

88
use Magento\Customer\Model\Session;
99

1010
/**
1111
* Class for getting current customer group from customer session.
1212
*/
13-
class Retriever implements \Magento\Customer\Model\Group\RetrieverInterface
13+
class Retriever implements RetrieverInterface
1414
{
1515
/**
1616
* @var Session

0 commit comments

Comments
 (0)