mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Marked Security.token as private
This commit is contained in:
parent
e6d8280296
commit
7d6edccb0a
@ -91,10 +91,11 @@ class Security extends Controller {
|
||||
/**
|
||||
* Random secure token, can be used as a crypto key internally.
|
||||
* Generate one through 'sake dev/generatesecuretoken'.
|
||||
*
|
||||
*
|
||||
* @config
|
||||
* @var String
|
||||
*/
|
||||
public static $token;
|
||||
private static $token;
|
||||
|
||||
/**
|
||||
* Get location of word list file
|
||||
|
Loading…
Reference in New Issue
Block a user