Set default value of enforce_2fa to fix travis.

This commit is contained in:
Jan Böhmer 2019-12-24 15:20:26 +01:00
parent eb3c34b75f
commit 25105ba7d4

View file

@ -68,7 +68,7 @@ class Group extends StructuralDBElement implements HasPermissionsInterface
* @var bool If true all users associated with this group must have enabled some kind of 2 factor authentication
* @ORM\Column(type="boolean", name="enforce_2fa")
*/
protected $enforce2FA;
protected $enforce2FA = false;
public function __construct()
{