[event] fix deprecation (typing)

This commit is contained in:
nobohan 2022-07-05 10:18:07 +02:00
parent 3cf8609e8f
commit 389f014d36

View File

@ -151,7 +151,7 @@ class PickEventType extends AbstractType
} else { } else {
$centers = $this->authorizationHelper->getReachableCenters( $centers = $this->authorizationHelper->getReachableCenters(
$this->user, $this->user,
$options['role'] (string) $options['role']
); );
} }