forked from lubiana/futtern
remove unneeded test
add order item stuff
This commit is contained in:
parent
68b4096bb0
commit
814dc4a41b
11 changed files with 175 additions and 113 deletions
|
@ -18,7 +18,7 @@ final class FoodOrderController extends AbstractController
|
|||
public function index(FoodOrderRepository $foodOrderRepository): Response
|
||||
{
|
||||
return $this->render('food_order/index.html.twig', [
|
||||
'food_orders' => $foodOrderRepository->findAll(),
|
||||
'food_orders' => $foodOrderRepository->findLatestEntries(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue