request; } public function getUser(): FrontendUserAuthentication { return $this->user; } public function getGroups(): array { return $this->groups; } public function setGroups(array $groups): void { $this->groups = $groups; } }