|
...
|
...
|
@@ -28,7 +28,7 @@ class AsideTicketUpdateRequest extends FormRequest |
|
|
|
'reply' => 'nullable|string',
|
|
|
|
'engineer_ids' => 'nullable|array',
|
|
|
|
'star' => 'nullable|in:1,2,3|integer',
|
|
|
|
'plan_end_at' => 'nullable|datetime',
|
|
|
|
'plan_end_at' => 'nullable|date',
|
|
|
|
];
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|