Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b2853
)
Cleanup
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 26 Dec 2017 16:44:41 +0000
(17:44 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 26 Dec 2017 16:44:41 +0000
(17:44 +0100)
Controller/DefaultController.php
[deleted file]
patch
|
blob
|
history
diff --git
a/Controller/DefaultController.php
b/Controller/DefaultController.php
deleted file mode 100644
(file)
index
f40c65a
..0000000
--- a/
Controller/DefaultController.php
+++ /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');
- }
-}