1
0
forked from PGL/Clyde

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

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

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