create one item for mission and fix in another table

This commit is contained in:
2026-05-18 10:52:29 +03:30
parent 3ca710228f
commit 96960f5e8f
11 changed files with 102 additions and 71 deletions

View File

@@ -25,6 +25,7 @@ class FinishRequest extends FormRequest
{
return [
'time' => 'required|date',
'end_km' => 'required',
];
}
}