- restore nullable for position
This commit is contained in:
@@ -17,7 +17,7 @@ class CVRequest extends FormRequest
|
||||
'locations' => 'required|array',
|
||||
'mission' => 'nullable|string',
|
||||
'rodo' => 'nullable|string',
|
||||
'position' => 'required|string',
|
||||
'position' => 'nullable|string',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user