From 6051c86521348f7f4c69d3f5262e028d15285030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 9 Oct 2022 22:09:43 +0200 Subject: [PATCH] Fixed exception while login --- src/Entity/UserSystem/Group.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Entity/UserSystem/Group.php b/src/Entity/UserSystem/Group.php index 9f60d03f..94bdb8e1 100644 --- a/src/Entity/UserSystem/Group.php +++ b/src/Entity/UserSystem/Group.php @@ -78,8 +78,9 @@ class Group extends AbstractStructuralDBElement implements HasPermissionsInterfa /** * @ORM\OneToMany(targetEntity="User", mappedBy="group") + * @var Collection */ - protected Collection $users; + protected $users; /** * @var bool If true all users associated with this group must have enabled some kind of 2 factor authentication