Update Cleaned ingredients Array

This commit is contained in:
Linard Schwendener 2019-12-11 10:42:25 +01:00
Родитель dc9cd54d52
Коммит 64de9a1410
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -231,6 +231,8 @@ class RecipeService
array_push($ingredients, $ingredient);
}
$json['recipeIngredient'] = $ingredients;
} else {
$json['recipeIngredient'] = [];
}