Skip to content

Commit fe60b77

Browse files
author
okarpenko
committed
Merge branch 'MAGETWO-38563' of https://github.corp.ebay.com/magento-south/magento2ce into MAGETWO-38563
2 parents e8682ad + 38ae77d commit fe60b77

File tree

3 files changed

+2
-106
lines changed

3 files changed

+2
-106
lines changed

app/code/Magento/Customer/Model/Resource/Customer/Grid/ServiceCollection.php

Lines changed: 0 additions & 104 deletions
This file was deleted.

app/code/Magento/Indexer/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<preference for="Magento\Framework\Mview\View\StateInterface" type="Magento\Indexer\Model\Mview\View\State" />
1111
<preference for="Magento\Framework\Indexer\ConfigInterface" type="Magento\Indexer\Model\Config" />
1212
<preference for="Magento\Framework\Indexer\IndexerInterface" type="Magento\Indexer\Model\Indexer" />
13-
<preference for="Magento\Framework\Indexer\Table\StrategyInterface" type="Magento\Indexer\Model\Indexer\Table\Strategy" />
13+
<preference for="Magento\Framework\Indexer\Table\StrategyInterface" type="Magento\Framework\Indexer\Table\Strategy" />
1414
<type name="Magento\Framework\Indexer\Table\StrategyInterface" shared="false" />
1515
<type name="Magento\Indexer\Model\Indexer">
1616
<arguments>

app/code/Magento/Indexer/Test/Unit/Model/Indexer/Table/StrategyTest.php renamed to lib/internal/Magento/Framework/Indexer/Test/Unit/StrategyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Indexer\Test\Unit\Model\Indexer\Table;
6+
namespace Magento\Framework\Indexer\Test\Unit\Table;
77

88
/**
99
* Class StrategyTest

0 commit comments

Comments
 (0)