Merge pull request #14 from witelgroup/feature/Rahdarkhane

add area to history
This commit is contained in:
Amir Ghasempoor
2025-09-07 08:42:58 +03:30
committed by GitHub
5 changed files with 44 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ class UpdateRequest extends FormRequest
'overview_files_3' => 'file|mimes:jpg,jpeg,png,pdf|max:5120',
'overview_files_4' => 'file|mimes:jpg,jpeg,png,pdf|max:5120',
'overview_files_5' => 'file|mimes:jpg,jpeg,png,pdf|max:5120',
'area' => 'required|array',
'area.type' => 'required|string',
'area.coordinates' => 'required|array',
];
}
}