diff --git a/app/functions.php b/app/functions.php index 9076847d6..e8d4e4a02 100644 --- a/app/functions.php +++ b/app/functions.php @@ -167,5 +167,12 @@ function assignSpatieRole($user) break; case 'service': $user->assignRole('greenhouse-service-account'); + + case 'project-developer': + case 'funder': + case 'government': + $user->assignRole($user->role); + + break; } }