aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Notification.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-15 11:12:33 +0200
committerThomas Citharel <tcit@tcit.fr>2017-05-25 19:10:48 +0200
commit7f699602655aaa9d90bbf5a76cf33f84837d444b (patch)
treeaedf99095e2c1e79168b13776ca2439f95fbe4b3 /src/Wallabag/CoreBundle/Entity/Notification.php
parent4fa9470f36b9dc8b000b06c7742c921a1df71e42 (diff)
downloadwallabag-7f699602655aaa9d90bbf5a76cf33f84837d444b.tar.gz
wallabag-7f699602655aaa9d90bbf5a76cf33f84837d444b.tar.zst
wallabag-7f699602655aaa9d90bbf5a76cf33f84837d444b.zip
start work on user-sharesshare-articles-to-other-users
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Notification.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Notification.php1
1 files changed, 1 insertions, 0 deletions
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 {
77 const TYPE_ADMIN = 0; 77 const TYPE_ADMIN = 0;
78 const TYPE_USER = 1; 78 const TYPE_USER = 1;
79 const TYPE_RELEASE = 2; 79 const TYPE_RELEASE = 2;
80 const TYPE_SHARE = 3;
80 81
81 public function __construct(User $user = null) 82 public function __construct(User $user = null)
82 { 83 {