Set repositories for EventBundle on the new way + dependent issues

This commit is contained in:
2023-07-22 23:05:30 +02:00
parent 48cd8aaa9f
commit 4028cc8a8b
13 changed files with 114 additions and 161 deletions

View File

@@ -226,7 +226,7 @@ class User implements UserInterface, \Stringable
/**
* @return Collection<GroupCenter>
*/
public function getGroupCenters()
public function getGroupCenters(): Collection
{
return $this->groupCenters;
}