format('Y-m-d')) ->orderByDesc('starred') ->orderByDesc('created_by') ->get(); return $this->render('productList.html.twig', ['products' => $products, 'listType' => 'discontinued']); } }