aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Config.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-07 09:30:37 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-16 23:07:34 +0100
commitf052f1fd57e51c8ae5ac17587636d608619a2057 (patch)
tree7b9169ff4522356d979ea94858d9cb892be90611 /src/Wallabag/CoreBundle/Entity/Config.php
parent287204cda72c73e171cd1bf801bc08f7e5d7d111 (diff)
downloadwallabag-f052f1fd57e51c8ae5ac17587636d608619a2057.tar.gz
wallabag-f052f1fd57e51c8ae5ac17587636d608619a2057.tar.zst
wallabag-f052f1fd57e51c8ae5ac17587636d608619a2057.zip
Added constants for redirection values
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Config.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Config.php b/src/Wallabag/CoreBundle/Entity/Config.php
index c40d1535..bfc2fff8 100644
--- a/src/Wallabag/CoreBundle/Entity/Config.php
+++ b/src/Wallabag/CoreBundle/Entity/Config.php
@@ -16,6 +16,9 @@ use Wallabag\UserBundle\Entity\User;
16 */ 16 */
17class Config 17class Config
18{ 18{
19 const REDIRECT_TO_HOMEPAGE = 0;
20 const REDIRECT_TO_CURRENT_PAGE = 1;
21
19 /** 22 /**
20 * @var int 23 * @var int
21 * 24 *