Marked Security.token as private

This commit is contained in:
Ingo Schommer 2013-04-09 01:48:13 +02:00
parent e6d8280296
commit 7d6edccb0a

View File

@ -92,9 +92,10 @@ 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