Fix PHP error when adding a new user with email notification enabled
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user