]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Notification.php
start work on user-shares
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Notification.php
index e1c1b449516f970a33e99f34415c007b005f7466..26e398006317f07dbea14429a8875f00bcd98e3a 100644 (file)
@@ -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)
     {