Fix PHP error when adding a new user with email notification enabled

This commit is contained in:
Frederic Guillot
2015-11-14 16:12:44 -05:00
parent d0925d99e7
commit 2fc402f673
5 changed files with 21 additions and 3 deletions

View File

@@ -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
*