1
0
forked from PGL/Clyde

added Admin and Secretary

This commit is contained in:
Bartha Maxime 2024-03-04 21:25:44 +01:00
parent 684c3095eb
commit 6c688dab59

View File

@ -2,6 +2,7 @@ package ovh.herisson.Clyde.Tables;
public enum Role { public enum Role {
Teacher, Teacher,
Student; Student,
Admin,
Secretary;
} }