feat:material_application dish
This commit is contained in:
@@ -34,7 +34,8 @@ class DishRequest extends FormRequest
|
||||
protected array $scenes = [
|
||||
'add' => ['dish_name','profile','pre_quantity','price','side_dish','flavor','cycle_id','city_id','kitchen_id'],
|
||||
'edit' => ['id','dish_name','profile','pre_quantity','price','side_dish','flavor'],
|
||||
'list' =>['limit']
|
||||
'list' =>['limit'],
|
||||
'delete' =>['id'],
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user