render('ChillPersonBundle:Admin:layout.html.twig', []); } /** * @return \Symfony\Component\HttpFoundation\RedirectResponse */ public function redirectToAdminIndexAction() { return $this->redirectToRoute('chill_main_admin_central'); } }