Add group name to member

This commit is contained in:
philipp lang 2021-11-18 00:09:26 +01:00
parent b8c67aa5ed
commit 2ac35dd8c5
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class Member extends Model {
'landId' => 'country_id',
'beitragsartId' => 'fee_id',
'version' => 'version',
'gruppierung' => 'group_name',
];
protected $casts = [];