From 4312b353dbb4b448d551975b63db9c95b3eef4f5 Mon Sep 17 00:00:00 2001 From: marwolaethblack Date: Wed, 22 Nov 2017 12:37:48 +0100 Subject: initial commit --- src/AppBundle/Controller/DefaultController.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/AppBundle/Controller/DefaultController.php (limited to 'src/AppBundle/Controller') diff --git a/src/AppBundle/Controller/DefaultController.php b/src/AppBundle/Controller/DefaultController.php new file mode 100644 index 0000000..cecd334 --- /dev/null +++ b/src/AppBundle/Controller/DefaultController.php @@ -0,0 +1,21 @@ +render('default/index.html.twig', [ + 'base_dir' => realpath($this->getParameter('kernel.project_dir')).DIRECTORY_SEPARATOR, + ]); + } +} -- cgit v1.2.3