Skip to content

Commit 1eb77e4

Browse files
authored
AC-7525: Provide backward compatible solution to resolve AC-7521
1 parent fd12ab0 commit 1eb77e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Block/Html/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(
3636
Escaper $escaper = null
3737
) {
3838
parent::__construct($context, $data);
39-
$this->escaper = $escaper ?: ObjectManager::getInstance()->get(Escaper::class);;
39+
$this->escaper = $escaper ?: ObjectManager::getInstance()->get(Escaper::class);
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)