fix: last-name to upper case
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package fr.titionfire.ffsaf.utils;
|
||||
|
||||
import io.quarkus.runtime.annotations.RegisterForReflection;
|
||||
|
||||
@RegisterForReflection
|
||||
public enum Genre {
|
||||
H("Homme"),
|
||||
F("Femme"),
|
||||
|
||||
Reference in New Issue
Block a user