Skip to content

Commit b44100e

Browse files
committed
ACP2E-212: Customer Grid loading on the Admin Order creation page is slow
- fix static fail
1 parent 353e553 commit b44100e

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/Sales/Model/ResourceModel/Order/Customer

1 file changed

+1
-3
lines changed

app/code/Magento/Sales/Model/ResourceModel/Order/Customer/Collection.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Customer Grid Collection
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/
@@ -23,7 +21,7 @@
2321
use Psr\Log\LoggerInterface;
2422

2523
/**
26-
* Customer collection
24+
* Customer Grid Collection
2725
*
2826
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2927
*/

0 commit comments

Comments
 (0)