diff options
author | Shadify <boomkin1234@hotmail.com> | 2017-12-07 08:14:50 +0100 |
---|---|---|
committer | Shadify <boomkin1234@hotmail.com> | 2017-12-07 08:14:50 +0100 |
commit | 8ca07955ad080f97713bdd6304cea6117be1bc52 (patch) | |
tree | ea9c2b69305f2bc41465a1a27f12ccfb53bbd522 /src/AppBundle/Controller/HomeController.php | |
parent | d05922319749ae7d1354373a9bd062a0510d4f96 (diff) |
Removed TestController
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); } - } |