diff options
Diffstat (limited to 'app/Notification/Web.php')
-rw-r--r-- | app/Notification/Web.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Notification/Web.php b/app/Notification/Web.php index 989ae06e..9271c193 100644 --- a/app/Notification/Web.php +++ b/app/Notification/Web.php @@ -13,6 +13,13 @@ use Kanboard\Core\Base; class Web extends Base implements NotificationInterface { /** + * Notification type + * + * @var string + */ + const TYPE = 'web'; + + /** * Send notification to a user * * @access public |