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 2e205cf commit 4da7c00Copy full SHA for 4da7c00
lib/internal/Magento/Framework/Filter/Input/Purifier.php
@@ -13,7 +13,7 @@
13
14
class Purifier implements PurifierInterface
15
{
16
- const CACHE_DEFINITION = 'Cache.DefinitionImpl';
+ public const CACHE_DEFINITION = 'Cache.DefinitionImpl';
17
18
/**
19
* @var HTMLPurifier $purifier
0 commit comments