Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* @Route("/statistika/{leagueName}")
*/
public function indexAction($leagueName = "lkl")
{
return $this->getWidgetPageResponse('index.html.twig', $leagueName);
}