feat: chef
This commit is contained in:
@@ -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',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user