File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Elasticsearch/Model/ResourceModel/Fulltext/Collection Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
use Magento \CatalogInventory \Api \Data \StockStatusInterface ;
11
11
use Magento \CatalogInventory \Api \StockConfigurationInterface ;
12
12
use Magento \CatalogInventory \Model \Stock ;
13
+ use Magento \CatalogInventory \Model \StockStatusApplierInterface ;
13
14
use Magento \Framework \App \ResourceConnection ;
14
15
use Magento \Framework \DB \Select ;
15
16
use Magento \Framework \App \ObjectManager ;
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \CatalogInventory \Model \ ResourceModel ;
8
+ namespace Magento \CatalogInventory \Model ;
9
9
10
10
/**
11
11
* Search Result Applier getters and setters
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \CatalogInventory \Model \ ResourceModel ;
8
+ namespace Magento \CatalogInventory \Model ;
9
9
10
10
/**
11
11
* Search Result Applier interface.
Original file line number Diff line number Diff line change 33
33
34
34
<preference for =" Magento\CatalogInventory\Model\ResourceModel\QtyCounterInterface" type =" Magento\CatalogInventory\Model\ResourceModel\Stock" />
35
35
<preference for =" Magento\CatalogInventory\Model\ResourceModel\StockStatusFilterInterface" type =" Magento\CatalogInventory\Model\ResourceModel\StockStatusFilter" />
36
- <preference for =" Magento\CatalogInventory\Model\ResourceModel\ StockStatusApplierInterface" type =" Magento\CatalogInventory\Model\ResourceModel \StockStatusApplier" />
36
+ <preference for =" Magento\CatalogInventory\Model\StockStatusApplierInterface" type =" Magento\CatalogInventory\Model\StockStatusApplier" />
37
37
<type name =" Magento\Catalog\Model\Product\Attribute\Repository" >
38
38
<plugin name =" filterCustomAttribute" type =" Magento\CatalogInventory\Model\Plugin\FilterCustomAttribute" />
39
39
</type >
Original file line number Diff line number Diff line change 7
7
namespace Magento \Elasticsearch \Model \ResourceModel \Fulltext \Collection ;
8
8
9
9
use Magento \Catalog \Api \Data \ProductInterface ;
10
- use Magento \CatalogInventory \Model \ResourceModel \ StockStatusApplierInterface ;
10
+ use Magento \CatalogInventory \Model \StockStatusApplierInterface ;
11
11
use Magento \CatalogInventory \Model \ResourceModel \StockStatusFilterInterface ;
12
12
use Magento \CatalogSearch \Model \ResourceModel \Fulltext \Collection \SearchResultApplierInterface ;
13
13
use Magento \Framework \Api \Search \SearchResultInterface ;
You can’t perform that action at this time.
0 commit comments