]> Raphaël G. Git Repositories - packbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Tue, 26 Dec 2017 16:44:41 +0000 (17:44 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 26 Dec 2017 16:44:41 +0000 (17:44 +0100)
Controller/DefaultController.php [deleted file]

diff --git a/Controller/DefaultController.php b/Controller/DefaultController.php
deleted file mode 100644 (file)
index f40c65a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-namespace Rapsys\PackBundle\Controller;
-
-use Symfony\Bundle\FrameworkBundle\Controller\Controller;
-
-class DefaultController extends Controller
-{
-    public function indexAction()
-    {
-        return $this->render('RapsysPackBundle:Default:index.html.twig');
-    }
-}