write webservice for get answer when panjareh vahed get answer

This commit is contained in:
2025-08-27 17:07:32 +03:30
parent 440420d22b
commit 7eef833e44
4 changed files with 15 additions and 11 deletions

View File

@@ -23,8 +23,8 @@ class GetAccessRoadRequest extends FormRequest
public function rules(): array
{
return [
'panjarevahed_id'=> 'required|string',
'polygon' => 'required|string',
'panjare_vahed_id' => 'required|string',
'access_road' => 'required|string',
];
}
}