Skip to content

Commit

Permalink
MC-23890: Customer module Recurring setup script performance problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Iegorov committed Mar 3, 2020
1 parent 0fd8a51 commit 436d0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Customer/Model/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,7 @@ public function getSharedWebsiteIds()
*/
public function getAttributeSetId()
{
// phpstan:ignore "Call to an undefined static method*"
return parent::getAttributeSetId() ?: CustomerMetadataInterface::ATTRIBUTE_SET_ID_CUSTOMER;
}

Expand Down

0 comments on commit 436d0ae

Please sign in to comment.