Skip to content

Commit 46a946f

Browse files
committed
ACPT-1550: Stabilize PR on app server branch
1 parent a1030dc commit 46a946f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ public function _resetState(): void
10551055
$this->attributesPerSet = [];
10561056
$this->_attributeData = null;
10571057
foreach ($this->attributes ?? [] as $attributesGroupedByWebsites) {
1058-
foreach ($attributesGroupedByWebsites ?? [] as $attributesGroupedByEntityTypeCode) {
1058+
foreach ($attributesGroupedByWebsites as $attributesGroupedByEntityTypeCode) {
10591059
foreach ($attributesGroupedByEntityTypeCode as $attribute) {
10601060
if ($attribute instanceof ResetAfterRequestInterface) {
10611061
$attribute->_resetState();

0 commit comments

Comments
 (0)