feat(Member & Membership): table and form functionnalities

This commit is contained in:
2025-10-22 18:04:34 +02:00
parent 0924da3cda
commit 757f6cf20c
7 changed files with 62 additions and 13 deletions

View File

@@ -9,7 +9,8 @@ class MemberGroup extends Model
{
protected $fillable = [
'name',
'description'
'description',
'identifier'
];
public static function getAttributeLabel(string $attribute): string