mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Make config private (notation isnt working)
This commit is contained in:
parent
e4ef83bd2a
commit
b9b1a74b92
@ -103,7 +103,7 @@ class HTTPCacheControlMiddleware implements HTTPMiddleware, Resettable
|
||||
* @config
|
||||
* @var string
|
||||
*/
|
||||
protected static $defaultState = self::STATE_DEFAULT;
|
||||
private static $defaultState = self::STATE_DEFAULT;
|
||||
|
||||
/**
|
||||
* Current state
|
||||
|
Loading…
Reference in New Issue
Block a user