Skip to content

Commit 8a4e433

Browse files
authored
Merge pull request #63 from tuyennn/feature/graphql-support
[feat] GraphQl support
2 parents ea56ee5 + 05fcfd2 commit 8a4e433

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Model/AdditionalAttribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Ghoster\OutOfStockAtLast\Model;
3+
namespace GhoSter\OutOfStockAtLast\Model;
44

55
class AdditionalAttribute
66
{

Model/Elasticsearch/Adapter/DataMapper/Stock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace GhoSter\OutOfStockAtLast\Model\Elasticsearch\Adapter\DataMapper;
55

6-
use Ghoster\OutOfStockAtLast\Model\AdditionalAttribute;
6+
use GhoSter\OutOfStockAtLast\Model\AdditionalAttribute;
77
use Magento\Framework\Exception\NoSuchEntityException;
88
use Magento\Store\Model\StoreManagerInterface;
99
use GhoSter\OutOfStockAtLast\Model\ResourceModel\Inventory;

Plugin/DataProvider/Product/SearchCriteriaBuilder/AddDefaultOrders.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace GhoSter\OutOfStockAtLast\Plugin\DataProvider\Product\SearchCriteriaBuilder;
33

4-
use Ghoster\OutOfStockAtLast\Model\AdditionalAttribute;
4+
use GhoSter\OutOfStockAtLast\Model\AdditionalAttribute;
55

66
class AddDefaultOrders
77
{

Plugin/Model/Adapter/AdditionalFieldMapperPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace GhoSter\OutOfStockAtLast\Plugin\Model\Adapter;
55

6-
use Ghoster\OutOfStockAtLast\Model\AdditionalAttribute;
6+
use GhoSter\OutOfStockAtLast\Model\AdditionalAttribute;
77

88
/**
99
* Class AdditionalFieldMapperPlugin for es attributes mapping

Plugin/Model/ResourceModel/Product/CollectionPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace GhoSter\OutOfStockAtLast\Plugin\Model\ResourceModel\Product;
55

6-
use Ghoster\OutOfStockAtLast\Model\AdditionalAttribute;
6+
use GhoSter\OutOfStockAtLast\Model\AdditionalAttribute;
77
use Magento\Catalog\Model\ResourceModel\Product\Collection;
88
use Magento\Framework\DB\Select;
99

0 commit comments

Comments
 (0)