diff --git a/engine/Security.php b/engine/Security.php index de0cfff..6034abc 100644 --- a/engine/Security.php +++ b/engine/Security.php @@ -22,7 +22,7 @@ class Security * * @var string */ - public static $token_name = 'security_token'; + protected static $token_name = 'security_token'; /** * Protected constructor since this is a static class.