mirror of
https://github.com/kevin-DL/scraps.git
synced 2026-01-11 09:54:32 +00:00
change order again
This commit is contained in:
@@ -21,7 +21,7 @@ class SearchController extends Controller
|
||||
$connector = new SpoonacularConnector();
|
||||
$request = new FindRecipesByIngredients(
|
||||
ingredients: array_map("trim", explode(",", $data['ingredients'])),
|
||||
ranking: 1
|
||||
ranking: 2
|
||||
);
|
||||
|
||||
$response = $connector->send($request);
|
||||
|
||||
Reference in New Issue
Block a user