feat: implement interactive Barangay polygon map selector in Service Areas
This commit is contained in:
@@ -28,6 +28,8 @@ class UpdateServiceAreaRequest extends FormRequest
|
||||
],
|
||||
'status' => ['sometimes', Rule::in([ServiceArea::STATUS_ACTIVE, ServiceArea::STATUS_INACTIVE])],
|
||||
'description' => ['sometimes', 'nullable', 'string', 'max:1000'],
|
||||
'barangay_ids' => ['nullable', 'array'],
|
||||
'barangay_ids.*' => ['integer', 'exists:barangays,id'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user