Removing DefaultController

This commit is contained in:
Marc Ducobu 2014-11-11 14:34:33 +01:00
parent 6bf9558058
commit d819ff0ba1
2 changed files with 0 additions and 14 deletions

View File

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

View File

@ -1 +0,0 @@
Hello {{ name }}!