Skip to content

Commit 07fa73a

Browse files
⏫ Forwardport of #12810 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/12810.patch (created by @nicka101) based on commit(s): 1. 5f1b846
1 parent 8e77e2f commit 07fa73a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ public function getAttribute($entityType, $code)
503503
}
504504

505505
if (isset($this->attributes[$entityTypeCode][$code])) {
506+
\Magento\Framework\Profiler::stop('EAV: ' . __METHOD__);
506507
return $this->attributes[$entityTypeCode][$code];
507508
}
508509

0 commit comments

Comments
 (0)