From 9e24bb2ef08b86c6d1aa150fda5a05538f4882da Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 14 Jan 2016 21:42:28 -0500 Subject: Do not cache app settings in session --- app/Core/Session/SessionStorage.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Core/Session') diff --git a/app/Core/Session/SessionStorage.php b/app/Core/Session/SessionStorage.php index 5ee1d811..667d9253 100644 --- a/app/Core/Session/SessionStorage.php +++ b/app/Core/Session/SessionStorage.php @@ -8,7 +8,6 @@ namespace Kanboard\Core\Session; * @package session * @author Frederic Guillot * - * @property array $config * @property array $user * @property array $flash * @property array $csrf -- cgit v1.2.3