mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Removing DefaultController
This commit is contained in:
parent
6bf9558058
commit
d819ff0ba1
@ -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));
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
Hello {{ name }}!
|
Loading…
x
Reference in New Issue
Block a user