feat : section

This commit is contained in:
2024-11-07 16:20:07 +08:00
parent b6b2627129
commit 11c8e8b812
2 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class EmployeeRequest extends FormRequest
'role_id' => 'exists:admin_role,id',
'avatar' => '',
'limit' => 'required|integer',
'section_id' => 'exists:admin_section,id',
];
}