mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -60,7 +60,7 @@ class PageCache extends ActionFilter implements DynamicContentAwareInterface
|
||||
* Page cache version, to detect incompatibilities in cached values when the
|
||||
* data format of the cache changes.
|
||||
*/
|
||||
const PAGE_CACHE_VERSION = 1;
|
||||
public const PAGE_CACHE_VERSION = 1;
|
||||
|
||||
/**
|
||||
* @var bool whether the content being cached should be differentiated according to the route.
|
||||
|
||||
Reference in New Issue
Block a user