feat : config
This commit is contained in:
@@ -83,7 +83,7 @@ class Spu extends Model
|
||||
->where('type',$type)
|
||||
->where('saleable',GoodCode::LISTING)
|
||||
->orderBy('sort')
|
||||
->select(['id','cycle_id','chef_id','title','title','sub_title','category_id'])
|
||||
->select(['id','cycle_id','chef_id','title','title','sub_title','category_id','is_add_staple_food'])
|
||||
->get();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user