Remove usage of deprecated Role class

This commit is contained in:
2023-08-31 17:08:18 +02:00
parent 76142c1264
commit 7c58880139
33 changed files with 55 additions and 80 deletions

View File

@@ -91,7 +91,7 @@ class ThirdPartyVoter extends AbstractChillVoter implements ProvideRoleHierarchy
return true;
$centers = $this->authorizationHelper
->getReachableCenters($user, new Role($attribute));
->getReachableCenters($user, $attribute);
if (null === $subject) {
return count($centers) > 0;