#42 linting
This commit is contained in:
parent
311802be6b
commit
a4f62868fd
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ final class MenuItemController extends AbstractController
|
|||
}
|
||||
|
||||
return $this->redirectToRoute('app_food_vendor_show', [
|
||||
'id' => $menuItem->getFoodVendor()->getId()
|
||||
'id' => $menuItem->getFoodVendor()
|
||||
->getId(),
|
||||
], Response::HTTP_SEE_OTHER);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue