Skip to content

Commit 9551799

Browse files
committed
GraphQL-248: [My Account] Create customer account
1 parent f763dd2 commit 9551799

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/code/Magento/CustomerGraphQl/Model/Customer/CreateAccount.php

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
declare(strict_types=1);
27

38
namespace Magento\CustomerGraphQl\Model\Customer;
49

app/code/Magento/CustomerGraphQl/Model/Customer/SetUpUserContext.php

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
declare(strict_types=1);
27

38
namespace Magento\CustomerGraphQl\Model\Customer;
49

0 commit comments

Comments
 (0)