add status spatial plannings
This commit is contained in:
@@ -22,13 +22,14 @@ class SpatialPlanningRequest extends FormRequest
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'name' => 'string',
|
||||
'kbli' => 'string',
|
||||
'activities' => 'string',
|
||||
'area' => 'string',
|
||||
'location' => 'string',
|
||||
'number' => 'string',
|
||||
'date' => 'date_format:Y-m-d',
|
||||
'name' => 'nullable|string',
|
||||
'kbli' => 'nullable|string',
|
||||
'activities' => 'nullable|string',
|
||||
'area' => 'nullable|string',
|
||||
'location' => 'nullable|string',
|
||||
'number' => 'nullable|string',
|
||||
'date' => 'nullable|date_format:Y-m-d',
|
||||
'is_terbit' => 'nullable|boolean',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user