We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f763dd2 commit 9551799Copy full SHA for 9551799
app/code/Magento/CustomerGraphQl/Model/Customer/CreateAccount.php
@@ -1,4 +1,9 @@
1
<?php
2
+/**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+declare(strict_types=1);
7
8
namespace Magento\CustomerGraphQl\Model\Customer;
9
app/code/Magento/CustomerGraphQl/Model/Customer/SetUpUserContext.php
0 commit comments