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
b78a89a76c
commit
f7f567a12e
@ -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