Skip to content

Commit 6251222

Browse files
committed
PR-34061 Fixed static tests failure
1 parent ce69e05 commit 6251222

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Translation/Model/Inline

1 file changed

+1
-1
lines changed

app/code/Magento/Translation/Model/Inline/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Parser implements ParserInterface
2828
/**
2929
* data-translate html element attribute name
3030
*/
31-
const DATA_TRANSLATE = 'data-translate';
31+
public const DATA_TRANSLATE = 'data-translate';
3232

3333
/**
3434
* @var Escaper

0 commit comments

Comments
 (0)