1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Gelato: Token Class - updates.

This commit is contained in:
Awilum
2013-01-19 00:21:31 +02:00
parent efc3dd429d
commit bd7591a3c9

View File

@@ -22,7 +22,7 @@ class Token
*
* @var string
*/
public static $token_name = 'security_token';
protected static $token_name = 'security_token';
/**
* Protected constructor since this is a static class.