From 2fc402f6733573627ad25394d109b9f848ef04f6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 14 Nov 2015 16:12:44 -0500 Subject: Fix PHP error when adding a new user with email notification enabled --- app/Notification/Web.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/Notification/Web.php') 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 @@ -12,6 +12,13 @@ use Kanboard\Core\Base; */ class Web extends Base implements NotificationInterface { + /** + * Notification type + * + * @var string + */ + const TYPE = 'web'; + /** * Send notification to a user * -- cgit v1.2.3