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

@@ -16,6 +16,13 @@ use Kanboard\Model\Subtask;
*/
class Mail extends Base implements NotificationInterface
{
/**
* Notification type
*
* @var string
*/
const TYPE = 'email';
/**
* Send notification to a user
*