wip(Member & memberships sections)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m29s

This commit is contained in:
2026-02-03 10:53:23 +01:00
parent e78f86d125
commit f39651748d
35 changed files with 1333 additions and 981 deletions

View File

@@ -86,7 +86,7 @@ class User extends Authenticatable
public static function getAttributeLabel(string $attribute): string
{
return __("users.fields.' . $attribute");
return __("users.fields.$attribute");
}
/*public static function getRoleLabel(string $role): string