connection = $connection; } /** * @Route("/stats", name="stats") * @Route("/{_locale<%app.supported_locales%>}/stats", name="stats_i18n") */ public function index() { return $this->render("stats/index.html.twig"); } }