fix webservice ant change the other part of code

This commit is contained in:
2025-08-30 10:23:45 +03:30
parent 7eef833e44
commit 7ccf6dfd8f
4 changed files with 11 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ class GetAccessRoadRequest extends FormRequest
{
return [
'panjare_vahed_id' => 'required|string',
'access_road' => 'required|string',
'access_road' => 'required',
];
}
}