fix student registration
This commit is contained in:
@@ -22,7 +22,6 @@ class StudentUpdateRequest extends ApiFormRequest
|
||||
'tuition_paid' => ['nullable', 'boolean'],
|
||||
'year_of_registration' => ['nullable', 'string'],
|
||||
'school_year' => ['nullable', 'string'],
|
||||
'rfid_tag' => ['nullable', 'string', 'max:100'],
|
||||
'semester' => ['nullable', 'string'],
|
||||
'is_new' => ['required', 'boolean'],
|
||||
'is_active' => ['nullable', 'boolean'],
|
||||
|
||||
Reference in New Issue
Block a user