WIP: Implement feedback functionality
This commit is contained in:
@@ -30,6 +30,9 @@ class UserDataHandler
|
||||
if ($crmAttributes->isManager()) {
|
||||
$roles[] = 'ROLE_MANAGER';
|
||||
}
|
||||
if ($crmAttributes->isHouseManager()) {
|
||||
$roles[] = 'ROLE_HOUSE_MANAGER';
|
||||
}
|
||||
if ($crmAttributes->isTeamer()) {
|
||||
$roles[] = 'ROLE_TEAMER';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user