feat(Member & Membership): table and form functionnalities
This commit is contained in:
@@ -9,7 +9,8 @@ class MemberGroup extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'description'
|
||||
'description',
|
||||
'identifier'
|
||||
];
|
||||
|
||||
public static function getAttributeLabel(string $attribute): string
|
||||
|
||||
Reference in New Issue
Block a user