fix errors with Role type

This commit is contained in:
Mathieu Jaumotte 2022-09-07 13:38:13 +02:00
parent 482abd3980
commit 3851e65777

View File

@ -594,7 +594,7 @@ class ExportManager
'center' => $center,
'circles' => $this->authorizationHelper->getReachableScopes(
$this->user,
$element->requiredRole()->getRole(),
$element->requiredRole(),
$center
),
];