From 93fd4692f6eb753cae16358131c8049d84cfbb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 22 Jan 2015 08:30:07 +0100 Subject: symfony is there --- src/AppBundle/Controller/DefaultController.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/AppBundle/Controller/DefaultController.php (limited to 'src/AppBundle/Controller/DefaultController.php') diff --git a/src/AppBundle/Controller/DefaultController.php b/src/AppBundle/Controller/DefaultController.php new file mode 100644 index 00000000..541a7688 --- /dev/null +++ b/src/AppBundle/Controller/DefaultController.php @@ -0,0 +1,17 @@ +render('default/index.html.twig'); + } +} -- cgit v1.2.3