forked from wallabag/wallabag
Added constants for redirection values
This commit is contained in:
committed by
Jeremy Benoist
parent
287204cda7
commit
f052f1fd57
@ -16,6 +16,9 @@ use Wallabag\UserBundle\Entity\User;
|
||||
*/
|
||||
class Config
|
||||
{
|
||||
const REDIRECT_TO_HOMEPAGE = 0;
|
||||
const REDIRECT_TO_CURRENT_PAGE = 1;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user