feat: ingredientds
This commit is contained in:
@@ -15,6 +15,7 @@ class MealPostIngredientsResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'position' => $this->position,
|
||||
'ingredient' => $this->ingredient,
|
||||
'quantity' => $this->quantity,
|
||||
'unit' => $this->unit,
|
||||
'created_at' => $this->created_at,
|
||||
'updated_at' => $this->updated_at,
|
||||
|
||||
Reference in New Issue
Block a user