Skip to content

Commit

Permalink
Fix not correct usage of class
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Apr 12, 2023
1 parent 994fcc5 commit 1209c9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Model/Resolver/CustomerOrders.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace ScandiPWA\SalesGraphQl\Model\Resolver;

use Magento\Framework\Api\SearchCriteriaBuilder;
use Magento\Framework\Api\SortOrderBuilder;
use Magento\Framework\App\ObjectManager;
use Magento\Framework\Exception\InputException;
use Magento\Framework\GraphQl\Config\Element\Field;
Expand Down Expand Up @@ -76,7 +75,7 @@ public function __construct(
SearchCriteriaBuilder $searchCriteriaBuilder,
OrderFilter $orderFilter,
OrderFormatter $orderFormatter,
SortOrderBuilder $sortOrderBuilder,
OrderSort $orderSort,
?StoreManagerInterface $storeManager = null
) {
parent::__construct(
Expand Down

0 comments on commit 1209c9d

Please sign in to comment.