diff options
Diffstat (limited to 'src/AppBundle/Controller/HomeController.php')
-rw-r--r-- | src/AppBundle/Controller/HomeController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AppBundle/Controller/HomeController.php b/src/AppBundle/Controller/HomeController.php index ca2043e..d84ab76 100644 --- a/src/AppBundle/Controller/HomeController.php +++ b/src/AppBundle/Controller/HomeController.php @@ -57,5 +57,4 @@ class HomeController extends Controller return $this->render('default/index.html.twig', $data); } - } |