aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Notification.php
diff options
context:
space:
mode:
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 {