Add group name to member
This commit is contained in:
parent
b8c67aa5ed
commit
2ac35dd8c5
|
@ -48,6 +48,7 @@ class Member extends Model {
|
|||
'landId' => 'country_id',
|
||||
'beitragsartId' => 'fee_id',
|
||||
'version' => 'version',
|
||||
'gruppierung' => 'group_name',
|
||||
];
|
||||
|
||||
protected $casts = [];
|
||||
|
|
Loading…
Reference in New Issue