1
0
forked from PGL/Clyde

Merge pull request 'HUUUUGE CHANGE' (#97) from Max/Backend/ServiceInscription into master

Reviewed-on: PGL/Clyde#97
This commit is contained in:
Maxime 2024-03-13 15:44:16 +01:00
commit 4f511bf066

View File

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