add validation attributes
This commit is contained in:
parent
a0e95989df
commit
c6a0174fd9
|
@ -14,5 +14,6 @@ return [
|
||||||
'email' => 'E-Mail-Adresse',
|
'email' => 'E-Mail-Adresse',
|
||||||
'agegroup' => 'Stufe',
|
'agegroup' => 'Stufe',
|
||||||
'emergency_phone' => 'Notfallkontakt',
|
'emergency_phone' => 'Notfallkontakt',
|
||||||
|
'group' => 'Stamm',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue