Skip to content

Commit 03b3ef5

Browse files
author
Gabriel Galvao da Gama
committed
Fix static test
1 parent c77d812 commit 03b3ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/view/adminhtml/templates/url_filter_applier.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"*": {
1212
"Magento_Ui/js/grid/url-filter-applier": {
13-
"listingNamespace": "<?php echo $block->getListingNamespace() ?>"
13+
"listingNamespace": "<?= $block->getListingNamespace() ?>"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)