change spoonacular request

This commit is contained in:
2024-06-27 20:12:02 +01:00
parent 203799d2d4
commit 7ca7385171

View File

@@ -38,7 +38,7 @@ class FindRecipesByIngredients extends Request implements Cacheable
public function defaultQuery(): array
{
return [
'ingredients' => join(",", $this->ingredients),
'ingredients' => join(",+", $this->ingredients),
'ranking' => $this->ranking,
'number' => $this->number,
];