Skip to content

Commit 2c089a2

Browse files
committed
AC-9831: Block template render enhancement
* code review fix
1 parent e712388 commit 2c089a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Element/AbstractBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ abstract class AbstractBlock extends \Magento\Framework\DataObject implements Bl
4444
/**
4545
* Prefix for custom cache key of block
4646
*/
47-
public const CUSTOM_CACHE_KEY_PREFIX = 'DIRECTIVE_BLOCK_';
47+
public const CUSTOM_CACHE_KEY_PREFIX = 'CUSTOM_BLOCK_';
4848

4949
/**
5050
* @var \Magento\Framework\View\DesignInterface

0 commit comments

Comments
 (0)