feat: ingredientds

This commit is contained in:
2026-05-18 14:51:25 +02:00
parent 7a907f2b17
commit 8c612452f2
8 changed files with 50 additions and 4 deletions
@@ -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,