Skip to content

Commit 436d0ae

Browse files
author
Oleksandr Iegorov
committed
MC-23890: Customer module Recurring setup script performance problems
1 parent 0fd8a51 commit 436d0ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,7 @@ public function getSharedWebsiteIds()
10031003
*/
10041004
public function getAttributeSetId()
10051005
{
1006+
// phpstan:ignore "Call to an undefined static method*"
10061007
return parent::getAttributeSetId() ?: CustomerMetadataInterface::ATTRIBUTE_SET_ID_CUSTOMER;
10071008
}
10081009

0 commit comments

Comments
 (0)