diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-15 13:06:13 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-15 13:06:13 -0500 |
commit | 42b5b413bdd7b10c2f4143251333eb721543c879 (patch) | |
tree | 4e542f79eaa64b995d7bb0508f0b2ea82c1128f1 /app/Core/Session | |
parent | a675271ad71b7713d1b33bdba3c51b2b04813229 (diff) |
Code cleanup
Diffstat (limited to 'app/Core/Session')
-rw-r--r-- | app/Core/Session/SessionStorage.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Core/Session/SessionStorage.php b/app/Core/Session/SessionStorage.php index 54d803f7..703d2fbb 100644 --- a/app/Core/Session/SessionStorage.php +++ b/app/Core/Session/SessionStorage.php @@ -13,6 +13,7 @@ namespace Kanboard\Core\Session; * @property array $flash * @property array $csrf * @property array $postAuth + * @property array $filters * @property string $redirectAfterLogin * @property string $captcha * @property string $commentSorting |