mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 04:30:08 +02:00
Fixed exception while login
This commit is contained in:
parent
afaa918ce6
commit
6051c86521
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue