]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Config.php
Added constants for redirection values
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Config.php
index c40d1535f1a62cb013e08e7ece264ed657a3a08f..bfc2fff87c070fdddb5c79c647c219eea4cb9d79 100644 (file)
@@ -16,6 +16,9 @@ use Wallabag\UserBundle\Entity\User;
  */
 class Config
 {
+    const REDIRECT_TO_HOMEPAGE = 0;
+    const REDIRECT_TO_CURRENT_PAGE = 1;
+
     /**
      * @var int
      *