1
0
forked from PGL/Clyde

HUUUUGE CHANGE

This commit is contained in:
Bartha Maxime 2024-03-13 15:36:13 +01:00
parent 58a4c87661
commit 62f64eed60

View File

@ -4,5 +4,6 @@ public enum Role {
Teacher,
Student,
Admin,
InscriptionService,
Secretary;
}