File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/CheckoutAgreementsGraphQl/Model/Resolver/DataProvider
dev/tests/api-functional/testsuite/Magento/GraphQl/CheckoutAgreements/Api Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
use Magento \CheckoutAgreements \Api \CheckoutAgreementsListInterface ;
11
11
use Magento \CheckoutAgreements \Api \Data \AgreementInterface ;
12
- use Magento \Cms \Api \Data \PageInterface ;
13
12
use Magento \Framework \Api \SearchCriteriaBuilder ;
14
- use Magento \Framework \Exception \NoSuchEntityException ;
15
13
16
14
/**
17
15
* Checkout Agreements data provider
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
6
7
7
- namespace Magento \GraphQL \CheckoutAgreements \Api ;
8
+ namespace Magento \GraphQl \CheckoutAgreements \Api ;
8
9
9
10
use Magento \TestFramework \TestCase \GraphQlAbstract ;
10
11
You can’t perform that action at this time.
0 commit comments