We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1030dc commit 46a946fCopy full SHA for 46a946f
app/code/Magento/Eav/Model/Config.php
@@ -1055,7 +1055,7 @@ public function _resetState(): void
1055
$this->attributesPerSet = [];
1056
$this->_attributeData = null;
1057
foreach ($this->attributes ?? [] as $attributesGroupedByWebsites) {
1058
- foreach ($attributesGroupedByWebsites ?? [] as $attributesGroupedByEntityTypeCode) {
+ foreach ($attributesGroupedByWebsites as $attributesGroupedByEntityTypeCode) {
1059
foreach ($attributesGroupedByEntityTypeCode as $attribute) {
1060
if ($attribute instanceof ResetAfterRequestInterface) {
1061
$attribute->_resetState();
0 commit comments