Declare visibility on controller functions.

This commit is contained in:
Jan Böhmer 2019-03-13 12:10:19 +01:00
parent 40714c1914
commit 44c482caf2
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ class HomepageController extends AbstractController
/**
* @Route("/", name="homepage")
*/
function homepage(VersionManager $versionManager)
public function homepage()
{
return $this->render('homepage.html.twig',
[