Controller/DefaultController.php
changeset 2 13f43f53d0ba
parent 1 06a22ff5d58d
child 3 976d922e52f0
--- a/Controller/DefaultController.php	Wed Oct 05 23:51:31 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-<?php
-
-namespace IRI\Bundle\WikiTagBundle\Controller;
-
-use Symfony\Bundle\FrameworkBundle\Controller\Controller;
-
-
-class DefaultController extends Controller
-{
-    
-    public function indexAction($name)
-    {
-        return $this->render('WikiTagBundle:Default:index.html.twig', array('name' => $name));
-    }
-}