add validation attributes

This commit is contained in:
philipp lang 2023-04-01 11:13:46 +02:00
parent a0e95989df
commit c6a0174fd9
1 changed files with 1 additions and 0 deletions

View File

@ -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',
], ],
]; ];