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 27ca94d commit 6e9aecaCopy full SHA for 6e9aeca
src/Magento/FunctionalTestingFramework/Page/Handlers/SectionObjectHandler.php
@@ -100,7 +100,7 @@ private function __construct()
100
$sectionDeprecated = $sectionData[self::OBJ_DEPRECATED] ?? null;
101
102
if ($sectionDeprecated !== null) {
103
- LoggingUtil::getInstance()->getLogger(ElementObject::class)->deprecation(
+ LoggingUtil::getInstance()->getLogger(SectionObject::class)->deprecation(
104
$sectionDeprecated,
105
["sectionName" => $filename, "deprecatedSection" => $sectionDeprecated]
106
);
0 commit comments