Removing DefaultController

This commit is contained in:
Marc Ducobu 2015-07-02 14:38:48 +02:00
parent 77b59958ec
commit 24bd8c9a1d

View File

@ -1,13 +0,0 @@
<?php
namespace Chill\ActivityBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class DefaultController extends Controller
{
public function indexAction($name)
{
return $this->render('ChillActivityBundle:Default:index.html.twig', array('name' => $name));
}
}