fix(API): Salary FormRequest 수정

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-13 19:49:39 +09:00
parent be90c351fa
commit eb3dfb0836
2 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ public function messages(): array
'status.in' => __('validation.in', ['attribute' => '상태']),
];
}
}
}

View File

@@ -30,4 +30,4 @@ public function rules(): array
'status' => ['nullable', 'string', 'in:scheduled,completed'],
];
}
}
}