change order again

This commit is contained in:
2024-06-27 20:27:56 +01:00
parent 9b8222fc9b
commit f54aa3f9ab

View File

@@ -21,7 +21,7 @@ class SearchController extends Controller
$connector = new SpoonacularConnector(); $connector = new SpoonacularConnector();
$request = new FindRecipesByIngredients( $request = new FindRecipesByIngredients(
ingredients: array_map("trim", explode(",", $data['ingredients'])), ingredients: array_map("trim", explode(",", $data['ingredients'])),
ranking: 1 ranking: 2
); );
$response = $connector->send($request); $response = $connector->send($request);