#42 linting
All checks were successful
/ ls (pull_request) Successful in 35s
/ ls (push) Successful in 34s
/ ls (release) Successful in 25s

This commit is contained in:
Jonas 2024-08-15 18:33:33 +02:00
parent 311802be6b
commit a4f62868fd
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -49,7 +49,8 @@ final class MenuItemController extends AbstractController
} }
return $this->redirectToRoute('app_food_vendor_show', [ return $this->redirectToRoute('app_food_vendor_show', [
'id' => $menuItem->getFoodVendor()->getId() 'id' => $menuItem->getFoodVendor()
->getId(),
], Response::HTTP_SEE_OTHER); ], Response::HTTP_SEE_OTHER);
} }
} }