summaryrefslogtreecommitdiff
path: root/app/Notification/Mail.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Notification/Mail.php')
-rw-r--r--app/Notification/Mail.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Notification/Mail.php b/app/Notification/Mail.php
index cd8af852..98bffef2 100644
--- a/app/Notification/Mail.php
+++ b/app/Notification/Mail.php
@@ -17,6 +17,13 @@ use Kanboard\Model\Subtask;
class Mail extends Base implements NotificationInterface
{
/**
+ * Notification type
+ *
+ * @var string
+ */
+ const TYPE = 'email';
+
+ /**
* Send notification to a user
*
* @access public