diff --git a/app/Services/GetRole.php b/app/Services/GetRole.php new file mode 100644 index 0000000..933c331 --- /dev/null +++ b/app/Services/GetRole.php @@ -0,0 +1,16 @@ + "Président", + 2 => "Gérant", + 3 => "Bénévole", + default => "Utilisateur", + }; + } +}