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

@@ -24,6 +24,7 @@ class GetRejectRequest extends FormRequest
{
return [
'request_id' => 'required|exists:harims,panjare_vahed_id',
'data' => 'required|array',
];
}
}