feat: chef

This commit is contained in:
2025-01-14 17:36:32 +08:00
parent 63a3ad6d30
commit 789f753b24
4 changed files with 65 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ class ChefRequest extends FormRequest
'user_id' =>'required|integer|exists:chef,user_id',
'profile' =>'sometimes',
'specialties' =>'sometimes',
'query_city_id' => 'sometimes|integer|exists:city,id',
'query_city_id' => 'sometimes|integer|exists:system_city,id',
];
}