diff --git a/app/config/roles.php b/app/config/roles.php index abc00b55bf..a4f05808fd 100644 --- a/app/config/roles.php +++ b/app/config/roles.php @@ -21,6 +21,7 @@ $member = [ 'avatars.read', 'execution.read', 'execution.write', + 'assistant.read', ]; $admins = [ @@ -59,7 +60,6 @@ $admins = [ 'migrations.write', 'vcs.read', 'vcs.write', - 'assistant.read', ]; return [