Fixed exception while login

This commit is contained in:
Jan Böhmer 2022-10-09 22:09:43 +02:00
parent afaa918ce6
commit 6051c86521

View file

@ -78,8 +78,9 @@ class Group extends AbstractStructuralDBElement implements HasPermissionsInterfa
/** /**
* @ORM\OneToMany(targetEntity="User", mappedBy="group") * @ORM\OneToMany(targetEntity="User", mappedBy="group")
* @var Collection<User>
*/ */
protected Collection $users; protected $users;
/** /**
* @var bool If true all users associated with this group must have enabled some kind of 2 factor authentication * @var bool If true all users associated with this group must have enabled some kind of 2 factor authentication