debug the operator cartable logic

This commit is contained in:
2025-03-01 06:40:53 +00:00
parent 3fb6c61835
commit fc747ae68b
6 changed files with 93 additions and 37 deletions

View File

@@ -22,7 +22,7 @@ class RestoreRequest extends FormRequest
public function rules(): array
{
return [
'restore_description' => 'required|string',
'restore_description' => 'string',
];
}
}