diff options
Diffstat (limited to 'app/Core/Session')
-rw-r--r-- | app/Core/Session/SessionStorage.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 |