refactor: remove access_requirements (toegangsbehoeften) from application

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-12 19:53:28 +02:00
parent b2737ba5c8
commit d06cb01726
7 changed files with 145 additions and 61 deletions

View File

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