From 7f699602655aaa9d90bbf5a76cf33f84837d444b Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 15 May 2017 11:12:33 +0200 Subject: start work on user-shares Signed-off-by: Thomas Citharel --- src/Wallabag/CoreBundle/Entity/Notification.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Wallabag/CoreBundle/Entity/Notification.php') diff --git a/src/Wallabag/CoreBundle/Entity/Notification.php b/src/Wallabag/CoreBundle/Entity/Notification.php index e1c1b449..26e39800 100644 --- a/src/Wallabag/CoreBundle/Entity/Notification.php +++ b/src/Wallabag/CoreBundle/Entity/Notification.php @@ -77,6 +77,7 @@ class Notification implements NotificationInterface { const TYPE_ADMIN = 0; const TYPE_USER = 1; const TYPE_RELEASE = 2; + const TYPE_SHARE = 3; public function __construct(User $user = null) { -- cgit v1.2.3