diff options
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 |