refactor: remove access_requirements (toegangsbehoeften) from application
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,6 @@ final class VolunteerRegistrationRequest extends FormRequest
|
||||
'tshirt_size' => ['nullable', 'string', 'in:XS,S,M,L,XL,XXL,XXXL'],
|
||||
'first_aid' => ['nullable', 'boolean'],
|
||||
'allergies' => ['nullable', 'string', 'max:500'],
|
||||
'access_requirements' => ['nullable', 'string', 'max:500'],
|
||||
'driving_licence' => ['nullable', 'boolean'],
|
||||
|
||||
'motivation' => ['nullable', 'string', 'max:1000'],
|
||||
|
||||
Reference in New Issue
Block a user