change something form harim controller

This commit is contained in:
2025-10-19 15:17:15 +03:30
parent a13b3e022e
commit 697fd9e2fc
5 changed files with 10 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ class GetFinalPolygonsRequest extends FormRequest
'final_plan' => 'required|array',
'final_plan.type' => 'required|string',
'final_plan.coordinates' => 'required|array',
'data' => 'required|array',
];
}
}