Skip to content

Instantly share code, notes, and snippets.

@aur1mas
Last active December 10, 2015 23:30
Show Gist options
  • Save aur1mas/4509649 to your computer and use it in GitHub Desktop.
Save aur1mas/4509649 to your computer and use it in GitHub Desktop.
<?php
/**
* @Route("/statistika/{leagueName}")
*/
public function indexAction($leagueName = "lkl")
{
return $this->getWidgetPageResponse('index.html.twig', $leagueName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment