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