Skip to content

Commit eb71581

Browse files
committed
comment update
1 parent 47eafc6 commit eb71581

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Customer/Model/CustomerExtractor.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
6+
77
namespace Magento\Customer\Model;
88

99
use Magento\Customer\Api\CustomerMetadataInterface;
1010
use Magento\Customer\Api\Data\CustomerInterface;
1111
use Magento\Customer\Api\GroupManagementInterface;
1212
use Magento\Framework\App\RequestInterface;
1313

14+
/**
15+
* Customer Extractor model.
16+
*/
1417
class CustomerExtractor
1518
{
1619
/**

0 commit comments

Comments
 (0)